aboutsummaryrefslogtreecommitdiff
path: root/settings.gradle
diff options
context:
space:
mode:
authorWilliam Hergès <anhgelus.morhtuuzh@proton.me>2024-07-27 00:45:11 +0200
committerGitHub <noreply@github.com>2024-07-27 00:45:11 +0200
commit184bf866b30d3235f1a7f1da9cf3bee958b09bbd (patch)
treeca8325756c1cd354d6f18d18a05f0cf65fc4b73b /settings.gradle
parent257b4aabb5f284106fc4ee78373784a793ee4b72 (diff)
parent3123d5696a34a434f8d976df64047c1e12086810 (diff)
Merge pull request #1 from anhgelus/refactor/1.21
[Refactor] Change mod version to 1.21
Diffstat (limited to 'settings.gradle')
-rw-r--r--settings.gradle18
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