aboutsummaryrefslogtreecommitdiffstats
path: root/settings.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'settings.gradle')
-rw-r--r--settings.gradle12
1 files changed, 0 insertions, 12 deletions
diff --git a/settings.gradle b/settings.gradle
deleted file mode 100644
index b2d792fc..00000000
--- a/settings.gradle
+++ /dev/null
@@ -1,12 +0,0 @@
-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'