aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--spark-forge/build.gradle10
1 files changed, 4 insertions, 6 deletions
diff --git a/spark-forge/build.gradle b/spark-forge/build.gradle
index d8b4049..a8c31cb 100644
--- a/spark-forge/build.gradle
+++ b/spark-forge/build.gradle
@@ -35,13 +35,11 @@ processResources {
dependencies {
compile project(':spark-common')
- def textWithoutLibs = {
- exclude group: 'com.google.code.gson', module: 'gson'
- exclude group: 'com.google.guava', module: 'guava'
- exclude group: 'net.kyori', module: 'blizzard'
+ compile 'net.kyori:text:1.11-1.6.4', {
+ exclude(module: 'checker-qual')
+ exclude(module: 'guava')
+ exclude(module: 'gson')
}
-
- compile 'net.kyori:text:1.11-1.4.0', textWithoutLibs
}
shadowJar {