aboutsummaryrefslogtreecommitdiff
path: root/spark-universal
diff options
context:
space:
mode:
Diffstat (limited to 'spark-universal')
-rw-r--r--spark-universal/build.gradle10
1 files changed, 5 insertions, 5 deletions
diff --git a/spark-universal/build.gradle b/spark-universal/build.gradle
index 665dc65..26dbd30 100644
--- a/spark-universal/build.gradle
+++ b/spark-universal/build.gradle
@@ -1,12 +1,12 @@
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 project(':spark-bukkit')
- compile project(':spark-bungeecord')
- compile project(':spark-sponge')
+ implementation project(':spark-common')
+ implementation project(':spark-bukkit')
+ implementation project(':spark-bungeecord')
+ implementation project(':spark-sponge')
}
shadowJar {