mirror of
https://github.com/SlimeVR/SlimeVR-Server.git
synced 2026-04-06 02:01:58 +02:00
Add minimization (#700)
This commit is contained in:
@@ -97,6 +97,13 @@ tasks.test {
|
||||
}
|
||||
|
||||
tasks.shadowJar {
|
||||
minimize {
|
||||
exclude(dependency("com.fazecast:jSerialComm:.*"))
|
||||
exclude(dependency("net.java.dev.jna:.*:.*"))
|
||||
exclude(dependency("com.google.flatbuffers:flatbuffers-java:.*"))
|
||||
|
||||
exclude(project(":solarxr-protocol"))
|
||||
}
|
||||
archiveBaseName.set("slimevr")
|
||||
archiveClassifier.set("")
|
||||
archiveVersion.set("")
|
||||
|
||||
Reference in New Issue
Block a user