aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuck <git@lucko.me>2021-03-05 22:28:18 +0000
committerLuck <git@lucko.me>2021-03-05 22:28:18 +0000
commitfd6736fc2f0bae48dda1d4b595e867d9c7244c27 (patch)
tree67074d92f5c5d87673bc131091d9fb02adbd366e
parent020c10292bc1dc211443c1fb0927c262a2826d91 (diff)
downloadspark-fd6736fc2f0bae48dda1d4b595e867d9c7244c27.tar.gz
spark-fd6736fc2f0bae48dda1d4b595e867d9c7244c27.tar.bz2
spark-fd6736fc2f0bae48dda1d4b595e867d9c7244c27.zip
Update BungeeCord artifact to fix build
-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 {