Skip to content

Commit 71b6e81

Browse files
committed
disable compression in custom jre
1 parent 45253f3 commit 71b6e81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ shadowJar {
9393
}
9494

9595
runtime {
96-
options = ['--compress', 'zip-9', '--strip-debug', '--no-header-files', '--no-man-pages']
96+
options = ['--strip-debug', '--no-header-files', '--no-man-pages']
9797
modules = ['java.desktop', 'java.instrument', 'java.naming', 'java.sql', 'jdk.crypto.ec']
9898
}
9999

0 commit comments

Comments
 (0)