aboutsummaryrefslogtreecommitdiff
path: root/spark-bungeecord
diff options
context:
space:
mode:
authorembeddedt <42941056+embeddedt@users.noreply.github.com>2022-07-11 12:17:35 -0400
committerembeddedt <42941056+embeddedt@users.noreply.github.com>2022-07-11 12:17:35 -0400
commit9e477ace0acb3ba3f8d48841922b9b1eb2d2bf1e (patch)
tree799200e997f98da276792f16b6f12e3c6f1483b5 /spark-bungeecord
parentecc3714e6441ace0eb78156b2b4475ca050280db (diff)
parenta10f966a443d56845a5efb1e65232e6b87eabb96 (diff)
downloadspark-9e477ace0acb3ba3f8d48841922b9b1eb2d2bf1e.tar.gz
spark-9e477ace0acb3ba3f8d48841922b9b1eb2d2bf1e.tar.bz2
spark-9e477ace0acb3ba3f8d48841922b9b1eb2d2bf1e.zip
Merge remote-tracking branch 'lucko/master' into forge-1.7.10
Diffstat (limited to 'spark-bungeecord')
-rw-r--r--spark-bungeecord/build.gradle8
1 files changed, 1 insertions, 7 deletions
diff --git a/spark-bungeecord/build.gradle b/spark-bungeecord/build.gradle
index ccea89d..1e92621 100644
--- a/spark-bungeecord/build.gradle
+++ b/spark-bungeecord/build.gradle
@@ -4,13 +4,7 @@ plugins {
dependencies {
implementation project(':spark-common')
- implementation('me.lucko:adventure-platform-bungeecord:4.9.4') {
- exclude(module: 'adventure-api')
- exclude(module: 'checker-qual')
- exclude(module: 'annotations')
- exclude(module: 'adventure-text-serializer-gson')
- exclude(module: 'adventure-text-serializer-legacy')
- }
+ implementation 'net.kyori:adventure-platform-bungeecord:4.1.1'
compileOnly 'net.md-5:bungeecord-api:1.16-R0.4'
}