Skip to content

Commit 7d6589a

Browse files
committed
Added jdk.unsupported
1 parent bfa56be commit 7d6589a

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

kse/build.gradle

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,9 @@ task jlink(type: Exec) {
283283
'jdk.crypto.ec,' +
284284
'jdk.crypto.cryptoki,' +
285285
'jdk.crypto.mscapi,' +
286-
'jdk.zipfs',
286+
'jdk.zipfs,' +
287+
'jdk.unsupported,' +
288+
'jdk.dynalink',
287289
'--output', "$jlinkOutDir/jre"
288290
}
289291

@@ -357,6 +359,7 @@ task appbundler(dependsOn: [jar, copyDependencies]) {
357359
jmod(name: "jdk.crypto.cryptoki")
358360
jmod(name: "jdk.zipfs")
359361
jmod(name: "jdk.dynalink")
362+
jmod(name: "jdk.unsupported")
360363

361364
argument(value: "--compress=2")
362365
argument(value: "--no-header-files")

0 commit comments

Comments
 (0)