aboutsummaryrefslogtreecommitdiff
path: root/spark-common/build.gradle
diff options
context:
space:
mode:
authorembeddedt <42941056+embeddedt@users.noreply.github.com>2023-05-24 11:05:06 -0400
committerembeddedt <42941056+embeddedt@users.noreply.github.com>2023-05-24 11:05:06 -0400
commit67c1d7ba2f63cda64ea54e9630238e2b3a963a17 (patch)
tree55c404f59b27951299971a1f90a95ad0faba8ee9 /spark-common/build.gradle
parenta73c5d41be8eb3f25bfbd2bf9908ba4c8ca027b7 (diff)
parentf5b35cf7590e5e0d3f5b604216e1ba4a3d641c9d (diff)
downloadspark-67c1d7ba2f63cda64ea54e9630238e2b3a963a17.tar.gz
spark-67c1d7ba2f63cda64ea54e9630238e2b3a963a17.tar.bz2
spark-67c1d7ba2f63cda64ea54e9630238e2b3a963a17.zip
Merge remote-tracking branch 'lucko/master' into forge-1.7.10
Diffstat (limited to 'spark-common/build.gradle')
-rw-r--r--spark-common/build.gradle4
1 files changed, 3 insertions, 1 deletions
diff --git a/spark-common/build.gradle b/spark-common/build.gradle
index c3d960d..1713168 100644
--- a/spark-common/build.gradle
+++ b/spark-common/build.gradle
@@ -18,8 +18,10 @@ dependencies {
api project(':spark-api')
implementation 'com.github.jvm-profiling-tools:async-profiler:v2.8.3'
implementation 'org.ow2.asm:asm:9.1'
- implementation 'com.google.protobuf:protobuf-javalite:3.21.11'
implementation 'net.bytebuddy:byte-buddy-agent:1.11.0'
+ implementation 'com.google.protobuf:protobuf-javalite:3.21.11'
+ implementation 'me.lucko:bytesocks-java-client:1.0-SNAPSHOT'
+
api('net.kyori:adventure-api:4.12.0') {
exclude(module: 'adventure-bom')
exclude(module: 'checker-qual')