We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45253f3 commit 71b6e81Copy full SHA for 71b6e81
1 file changed
build.gradle
@@ -93,7 +93,7 @@ shadowJar {
93
}
94
95
runtime {
96
- options = ['--compress', 'zip-9', '--strip-debug', '--no-header-files', '--no-man-pages']
+ options = ['--strip-debug', '--no-header-files', '--no-man-pages']
97
modules = ['java.desktop', 'java.instrument', 'java.naming', 'java.sql', 'jdk.crypto.ec']
98
99
0 commit comments