aboutsummaryrefslogtreecommitdiff
path: root/spark-nukkit/build.gradle
diff options
context:
space:
mode:
authorLuck <git@lucko.me>2024-07-29 18:33:08 +0100
committerLuck <git@lucko.me>2024-07-29 18:33:08 +0100
commit60d54cc4df05e3328f8b8d64ea3b44d5d22c9ed7 (patch)
tree2bf8fcf914ac57466549d35dcd89ef96d3a2d65f /spark-nukkit/build.gradle
parent4c0149b6a15fa887328bbd88c8055c2138cc4d72 (diff)
downloadspark-60d54cc4df05e3328f8b8d64ea3b44d5d22c9ed7.tar.gz
spark-60d54cc4df05e3328f8b8d64ea3b44d5d22c9ed7.tar.bz2
spark-60d54cc4df05e3328f8b8d64ea3b44d5d22c9ed7.zip
Add some unit tests
Diffstat (limited to 'spark-nukkit/build.gradle')
-rw-r--r--spark-nukkit/build.gradle1
1 files changed, 0 insertions, 1 deletions
diff --git a/spark-nukkit/build.gradle b/spark-nukkit/build.gradle
index 5c709e3..0d572e4 100644
--- a/spark-nukkit/build.gradle
+++ b/spark-nukkit/build.gradle
@@ -4,7 +4,6 @@ plugins {
dependencies {
implementation project(':spark-common')
- implementation 'net.kyori:adventure-text-serializer-legacy:4.13.1'
compileOnly 'cn.nukkit:nukkit:1.0-SNAPSHOT'
}