aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--spark-bungeecord/build.gradle6
1 files changed, 5 insertions, 1 deletions
diff --git a/spark-bungeecord/build.gradle b/spark-bungeecord/build.gradle
index 6098d8a..89ee664 100644
--- a/spark-bungeecord/build.gradle
+++ b/spark-bungeecord/build.gradle
@@ -4,7 +4,11 @@ dependencies {
exclude(module: 'adventure-api')
exclude(module: 'adventure-text-serializer-gson')
}
- compileOnly 'net.md-5:bungeecord-api:1.16-R0.4-SNAPSHOT'
+ compileOnly 'io.github.waterfallmc:waterfall-api:1.16-R0.5-SNAPSHOT'
+}
+
+repositories {
+ maven { url "https://papermc.io/repo/repository/maven-public/" }
}
processResources {