aboutsummaryrefslogtreecommitdiffstats
path: root/settings.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'settings.gradle')
-rw-r--r--settings.gradle10
1 files changed, 9 insertions, 1 deletions
diff --git a/settings.gradle b/settings.gradle
index e0953f0a..b2d792fc 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -1,4 +1,12 @@
+pluginManagement {
+ repositories {
+ // io.github.goooler.shadow
+ maven { url = 'https://plugins.gradle.org/m2/' }
+ // net.raphimc.java-downgrader
+ maven { url = 'https://maven.lenni0451.net/releases' }
+ }
+}
+
rootProject.name = 'Quests'
include 'common'
include 'bukkit'
-