diff options
Diffstat (limited to 'settings.gradle')
| -rw-r--r-- | settings.gradle | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/settings.gradle b/settings.gradle index 75c4d72..4383abc 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,10 +1,10 @@ -pluginManagement { - repositories { - maven { - name = 'Fabric' - url = 'https://maven.fabricmc.net/' - } - mavenCentral() - gradlePluginPortal() - } +pluginManagement {
+ repositories {
+ maven {
+ name = 'Fabric'
+ url = 'https://maven.fabricmc.net/'
+ }
+ mavenCentral()
+ gradlePluginPortal()
+ }
}
\ No newline at end of file |
