aboutsummaryrefslogtreecommitdiff
path: root/spark-velocity
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-velocity
parent6771fd491b2d971c6e97429139cb9d6558a59ccc (diff)
downloadspark-04b181fe86cd4942809420643e74dde81cfcdf10.tar.gz
spark-04b181fe86cd4942809420643e74dde81cfcdf10.tar.bz2
spark-04b181fe86cd4942809420643e74dde81cfcdf10.zip
Gradle 7, update fabric to 1.17
Diffstat (limited to 'spark-velocity')
-rw-r--r--spark-velocity/build.gradle6
1 files changed, 3 insertions, 3 deletions
diff --git a/spark-velocity/build.gradle b/spark-velocity/build.gradle
index 8cce858..c27677d 100644
--- a/spark-velocity/build.gradle
+++ b/spark-velocity/build.gradle
@@ -1,10 +1,10 @@
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'
}
dependencies {
- compile project(':spark-common')
+ implementation project(':spark-common')
compileOnly 'com.velocitypowered:velocity-api:1.1.5'
annotationProcessor 'com.velocitypowered:velocity-api:1.1.5'
}