aboutsummaryrefslogtreecommitdiff
path: root/spark-velocity2
diff options
context:
space:
mode:
Diffstat (limited to 'spark-velocity2')
-rw-r--r--spark-velocity2/build.gradle6
1 files changed, 3 insertions, 3 deletions
diff --git a/spark-velocity2/build.gradle b/spark-velocity2/build.gradle
index ec971e5..f16ab40 100644
--- a/spark-velocity2/build.gradle
+++ b/spark-velocity2/build.gradle
@@ -1,6 +1,6 @@
plugins {
- id 'net.kyori.blossom' version '1.1.0'
- id 'com.github.johnrengelman.shadow' version '4.0.1'
+ id 'net.kyori.blossom' version '1.3.0'
+ id 'com.github.johnrengelman.shadow' version '7.0.0'
}
compileJava {
@@ -10,7 +10,7 @@ compileJava {
}
dependencies {
- compile project(':spark-common')
+ implementation project(':spark-common')
compileOnly 'com.velocitypowered:velocity-api:2.0.0-SNAPSHOT'
annotationProcessor 'com.velocitypowered:velocity-annotation-processor:2.0.0-SNAPSHOT'
}