diff options
author | Luck <git@lucko.me> | 2020-04-01 22:33:16 +0100 |
---|---|---|
committer | Luck <git@lucko.me> | 2020-04-01 22:33:16 +0100 |
commit | 66c983aa47be8395cd6d163f43842fd2042f4f3d (patch) | |
tree | 7fa69b2ef977f997b7087715319fba8ce5ab4907 /spark-common/build.gradle | |
parent | 4f1b7cf51da218a5a4f55e4e75185efdb845ddc2 (diff) | |
download | spark-66c983aa47be8395cd6d163f43842fd2042f4f3d.tar.gz spark-66c983aa47be8395cd6d163f43842fd2042f4f3d.tar.bz2 spark-66c983aa47be8395cd6d163f43842fd2042f4f3d.zip |
Relocate text lib, build a separate jar for velocity
Diffstat (limited to 'spark-common/build.gradle')
-rw-r--r-- | spark-common/build.gradle | 8 |
1 files changed, 4 insertions, 4 deletions
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' |