aboutsummaryrefslogtreecommitdiff
path: root/spark-sponge
diff options
context:
space:
mode:
Diffstat (limited to 'spark-sponge')
-rw-r--r--spark-sponge/build.gradle6
1 files changed, 1 insertions, 5 deletions
diff --git a/spark-sponge/build.gradle b/spark-sponge/build.gradle
index efb3321..de2a1d3 100644
--- a/spark-sponge/build.gradle
+++ b/spark-sponge/build.gradle
@@ -36,11 +36,7 @@ shadowJar {
relocate 'me.lucko.bytesocks.client', 'me.lucko.spark.lib.bytesocks'
relocate 'org.java_websocket', 'me.lucko.spark.lib.bytesocks.ws'
- exclude 'module-info.class'
- exclude 'META-INF/maven/**'
- exclude 'META-INF/proguard/**'
- exclude '**/*.proto'
- exclude '**/*.proto.bin'
+ project.applyExcludes(delegate)
}
artifacts {