aboutsummaryrefslogtreecommitdiff
path: root/spark-forge/build.gradle
diff options
context:
space:
mode:
authorLuck <git@lucko.me>2019-04-28 15:37:32 +0100
committerLuck <git@lucko.me>2019-05-04 23:22:32 +0100
commitc3ae37e88f967a21522af7d0cb79a571326cd7e9 (patch)
tree7ce46c61407dacdff3cabaeb1ffc8eb5e7cd614a /spark-forge/build.gradle
parent51fa2b3e64f021c3c0535f9f931d3fae27ca7adc (diff)
downloadspark-c3ae37e88f967a21522af7d0cb79a571326cd7e9.tar.gz
spark-c3ae37e88f967a21522af7d0cb79a571326cd7e9.tar.bz2
spark-c3ae37e88f967a21522af7d0cb79a571326cd7e9.zip
Start implementing activity log feature
Diffstat (limited to 'spark-forge/build.gradle')
-rw-r--r--spark-forge/build.gradle6
1 files changed, 0 insertions, 6 deletions
diff --git a/spark-forge/build.gradle b/spark-forge/build.gradle
index a8c31cb..140612d 100644
--- a/spark-forge/build.gradle
+++ b/spark-forge/build.gradle
@@ -34,12 +34,6 @@ processResources {
dependencies {
compile project(':spark-common')
-
- compile 'net.kyori:text:1.11-1.6.4', {
- exclude(module: 'checker-qual')
- exclude(module: 'guava')
- exclude(module: 'gson')
- }
}
shadowJar {