aboutsummaryrefslogtreecommitdiff
path: root/spark-nukkit
diff options
context:
space:
mode:
Diffstat (limited to 'spark-nukkit')
-rw-r--r--spark-nukkit/build.gradle6
1 files changed, 3 insertions, 3 deletions
diff --git a/spark-nukkit/build.gradle b/spark-nukkit/build.gradle
index 0f2f04d..86554a0 100644
--- a/spark-nukkit/build.gradle
+++ b/spark-nukkit/build.gradle
@@ -1,10 +1,10 @@
plugins {
- id 'com.github.johnrengelman.shadow' version '4.0.1'
+ id 'com.github.johnrengelman.shadow' version '7.0.0'
}
dependencies {
- compile project(':spark-common')
- compile('net.kyori:adventure-text-serializer-legacy:4.4.0')
+ implementation project(':spark-common')
+ implementation('net.kyori:adventure-text-serializer-legacy:4.4.0')
compileOnly 'cn.nukkit:nukkit:1.0-SNAPSHOT'
}