From 04b181fe86cd4942809420643e74dde81cfcdf10 Mon Sep 17 00:00:00 2001 From: Luck Date: Sun, 13 Jun 2021 12:11:16 +0100 Subject: Gradle 7, update fabric to 1.17 --- spark-velocity2/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'spark-velocity2') 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' } -- cgit