From 66c983aa47be8395cd6d163f43842fd2042f4f3d Mon Sep 17 00:00:00 2001 From: Luck Date: Wed, 1 Apr 2020 22:33:16 +0100 Subject: Relocate text lib, build a separate jar for velocity --- spark-common/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'spark-common') diff --git a/spark-common/build.gradle b/spark-common/build.gradle index dbc02da..7238c9f 100644 --- a/spark-common/build.gradle +++ b/spark-common/build.gradle @@ -8,17 +8,17 @@ dependencies { compile 'com.squareup.okhttp3:okhttp:3.14.1' compile 'com.squareup.okio:okio:1.17.3' compile 'org.tukaani:xz:1.8' - compile('net.kyori:text-api:3.0.2') { + compile('net.kyori:text-api:3.0.3') { exclude(module: 'checker-qual') } - compile('net.kyori:text-serializer-gson:3.0.2') { + compile('net.kyori:text-serializer-gson:3.0.3') { exclude(module: 'text-api') exclude(module: 'gson') } - compile('net.kyori:text-serializer-legacy:3.0.2') { + compile('net.kyori:text-serializer-legacy:3.0.3') { exclude(module: 'text-api') } - compile('net.kyori:text-feature-pagination:3.0.2') { + compile('net.kyori:text-feature-pagination:3.0.3') { exclude(module: 'text-api') } compileOnly 'com.google.code.gson:gson:2.7' -- cgit