aboutsummaryrefslogtreecommitdiffstats
path: root/settings.gradle
diff options
context:
space:
mode:
authorLibravatar modmuss50 <[email protected]>2023-07-05 19:47:49 +0100
committerLibravatar modmuss50 <[email protected]>2023-07-05 19:47:49 +0100
commit83fc4031afd288a33d583b0e2a675dd0bd5e36bb (patch)
tree19a005f575ce87620a5f1802cd1e518dca07c016 /settings.gradle
parent1.20.1 (diff)
Update to Loom 1.3 and Gradle 8.2
Diffstat (limited to 'settings.gradle')
-rw-r--r--settings.gradle16
1 files changed, 8 insertions, 8 deletions
diff --git a/settings.gradle b/settings.gradle
index 56266b4..75c4d72 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -1,10 +1,10 @@
pluginManagement {
- repositories {
- maven {
- name = 'Fabric'
- url = 'https://maven.fabricmc.net/'
- }
- mavenCentral()
- gradlePluginPortal()
- }
+ repositories {
+ maven {
+ name = 'Fabric'
+ url = 'https://maven.fabricmc.net/'
+ }
+ mavenCentral()
+ gradlePluginPortal()
+ }
} \ No newline at end of file