We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfa56be commit 7d6589aCopy full SHA for 7d6589a
1 file changed
kse/build.gradle
@@ -283,7 +283,9 @@ task jlink(type: Exec) {
283
'jdk.crypto.ec,' +
284
'jdk.crypto.cryptoki,' +
285
'jdk.crypto.mscapi,' +
286
- 'jdk.zipfs',
+ 'jdk.zipfs,' +
287
+ 'jdk.unsupported,' +
288
+ 'jdk.dynalink',
289
'--output', "$jlinkOutDir/jre"
290
}
291
@@ -357,6 +359,7 @@ task appbundler(dependsOn: [jar, copyDependencies]) {
357
359
jmod(name: "jdk.crypto.cryptoki")
358
360
jmod(name: "jdk.zipfs")
361
jmod(name: "jdk.dynalink")
362
+ jmod(name: "jdk.unsupported")
363
364
argument(value: "--compress=2")
365
argument(value: "--no-header-files")
0 commit comments