Skip to content

Commit 51efcb4

Browse files
committed
add back jdk.unsupported module in custom jre
1 parent 71b6e81 commit 51efcb4

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
@@ -94,7 +94,7 @@ shadowJar {
9494

9595
runtime {
9696
options = ['--strip-debug', '--no-header-files', '--no-man-pages']
97-
modules = ['java.desktop', 'java.instrument', 'java.naming', 'java.sql', 'jdk.crypto.ec']
97+
modules = ['java.desktop', 'java.instrument', 'java.naming', 'java.sql', 'jdk.crypto.ec', 'jdk.unsupported']
9898
}
9999

100100
suggestModules.dependsOn shadowJar

0 commit comments

Comments
 (0)