aboutsummaryrefslogtreecommitdiff
path: root/spark-bukkit
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-bukkit
parent6771fd491b2d971c6e97429139cb9d6558a59ccc (diff)
downloadspark-04b181fe86cd4942809420643e74dde81cfcdf10.tar.gz
spark-04b181fe86cd4942809420643e74dde81cfcdf10.tar.bz2
spark-04b181fe86cd4942809420643e74dde81cfcdf10.zip
Gradle 7, update fabric to 1.17
Diffstat (limited to 'spark-bukkit')
-rw-r--r--spark-bukkit/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/spark-bukkit/build.gradle b/spark-bukkit/build.gradle
index 8126bad..df70d84 100644
--- a/spark-bukkit/build.gradle
+++ b/spark-bukkit/build.gradle
@@ -1,6 +1,6 @@
dependencies {
- compile project(':spark-common')
- compile('me.lucko:adventure-platform-bukkit:4.7.0') {
+ implementation project(':spark-common')
+ implementation('me.lucko:adventure-platform-bukkit:4.7.0') {
exclude(module: 'adventure-api')
exclude(module: 'checker-qual')
exclude(module: 'annotations')