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-nukkit/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'spark-nukkit') diff --git a/spark-nukkit/build.gradle b/spark-nukkit/build.gradle index 0f2f04d..86554a0 100644 --- a/spark-nukkit/build.gradle +++ b/spark-nukkit/build.gradle @@ -1,10 +1,10 @@ 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('net.kyori:adventure-text-serializer-legacy:4.4.0') + implementation project(':spark-common') + implementation('net.kyori:adventure-text-serializer-legacy:4.4.0') compileOnly 'cn.nukkit:nukkit:1.0-SNAPSHOT' } -- cgit