aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLifeIsAParadox <LifeIsAParadox@users.noreply.github.com>2021-12-12 22:23:24 +0100
committerLifeIsAParadox <LifeIsAParadox@users.noreply.github.com>2021-12-12 22:23:24 +0100
commit03ef9dce20a9de75d58e81bb72dcf599d4492cb3 (patch)
tree2b974286aab7fe8b223f660d1e7c375aaea3d681
parentc11770ea6f633c90599f2d0f72537f2268d3edfb (diff)
downloadSkyblocker-03ef9dce20a9de75d58e81bb72dcf599d4492cb3.tar.gz
Skyblocker-03ef9dce20a9de75d58e81bb72dcf599d4492cb3.tar.bz2
Skyblocker-03ef9dce20a9de75d58e81bb72dcf599d4492cb3.zip
fix deprecated stuff
-rw-r--r--settings.gradle3
1 files changed, 2 insertions, 1 deletions
diff --git a/settings.gradle b/settings.gradle
index f91a4fe7..56266b41 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -4,6 +4,7 @@ pluginManagement {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
+ mavenCentral()
gradlePluginPortal()
}
-}
+} \ No newline at end of file