aboutsummaryrefslogtreecommitdiff
path: root/spark-bungeecord
diff options
context:
space:
mode:
authorLuck <git@lucko.me>2021-03-10 15:53:35 +0000
committerLuck <git@lucko.me>2021-03-10 15:55:01 +0000
commitb874fb62c43fe84762716b675d44bd803ff32dec (patch)
tree26d790c472a97213774bcf8d1cd1d86f1592eebd /spark-bungeecord
parent9ee26a12f12a89a6df14eb86afce5d88b5a2cf25 (diff)
downloadspark-b874fb62c43fe84762716b675d44bd803ff32dec.tar.gz
spark-b874fb62c43fe84762716b675d44bd803ff32dec.tar.bz2
spark-b874fb62c43fe84762716b675d44bd803ff32dec.zip
Try to fix build issues
Diffstat (limited to 'spark-bungeecord')
-rw-r--r--spark-bungeecord/build.gradle6
1 files changed, 1 insertions, 5 deletions
diff --git a/spark-bungeecord/build.gradle b/spark-bungeecord/build.gradle
index 89ee664..07d9106 100644
--- a/spark-bungeecord/build.gradle
+++ b/spark-bungeecord/build.gradle
@@ -4,11 +4,7 @@ dependencies {
exclude(module: 'adventure-api')
exclude(module: 'adventure-text-serializer-gson')
}
- compileOnly 'io.github.waterfallmc:waterfall-api:1.16-R0.5-SNAPSHOT'
-}
-
-repositories {
- maven { url "https://papermc.io/repo/repository/maven-public/" }
+ compileOnly 'net.md-5:bungeecord-api:1.16-R0.4'
}
processResources {