aboutsummaryrefslogtreecommitdiff
path: root/spark-nukkit
diff options
context:
space:
mode:
authorLuck <git@lucko.me>2021-06-13 12:11:16 +0100
committerLuck <git@lucko.me>2021-06-13 12:11:16 +0100
commit04b181fe86cd4942809420643e74dde81cfcdf10 (patch)
tree50cf0b63087e9a24bd827cf674ab74efc6a6353a /spark-nukkit
parent6771fd491b2d971c6e97429139cb9d6558a59ccc (diff)
downloadspark-04b181fe86cd4942809420643e74dde81cfcdf10.tar.gz
spark-04b181fe86cd4942809420643e74dde81cfcdf10.tar.bz2
spark-04b181fe86cd4942809420643e74dde81cfcdf10.zip
Gradle 7, update fabric to 1.17
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'
}