aboutsummaryrefslogtreecommitdiff
path: root/spark-bukkit
diff options
context:
space:
mode:
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')