diff options
author | lucko <git@lucko.me> | 2024-07-18 22:03:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-18 22:03:36 +0100 |
commit | 8379f2b07bc38c24733c4f1d537ea7c2ee03d91b (patch) | |
tree | 0f9a2dcfc1a9becf997ca19129673a44ae1c4be6 /spark-nukkit | |
parent | ed8eac595c26719571683cff7f3c9de2cfc28406 (diff) | |
download | spark-8379f2b07bc38c24733c4f1d537ea7c2ee03d91b.tar.gz spark-8379f2b07bc38c24733c4f1d537ea7c2ee03d91b.tar.bz2 spark-8379f2b07bc38c24733c4f1d537ea7c2ee03d91b.zip |
Add spark-paper module (#422)
Diffstat (limited to 'spark-nukkit')
-rw-r--r-- | spark-nukkit/build.gradle | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/spark-nukkit/build.gradle b/spark-nukkit/build.gradle index f8f443f..5c709e3 100644 --- a/spark-nukkit/build.gradle +++ b/spark-nukkit/build.gradle @@ -37,6 +37,8 @@ shadowJar { exclude 'module-info.class' exclude 'META-INF/maven/**' exclude 'META-INF/proguard/**' + exclude '**/*.proto' + exclude '**/*.proto.bin' } artifacts { |