Skip to content

Commit

Permalink
Added jdk.unsupported
Browse files Browse the repository at this point in the history
  • Loading branch information
kaikramer committed Jan 21, 2023
1 parent bfa56be commit 7d6589a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion kse/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,9 @@ task jlink(type: Exec) {
'jdk.crypto.ec,' +
'jdk.crypto.cryptoki,' +
'jdk.crypto.mscapi,' +
'jdk.zipfs',
'jdk.zipfs,' +
'jdk.unsupported,' +
'jdk.dynalink',
'--output', "$jlinkOutDir/jre"
}

Expand Down Expand Up @@ -357,6 +359,7 @@ task appbundler(dependsOn: [jar, copyDependencies]) {
jmod(name: "jdk.crypto.cryptoki")
jmod(name: "jdk.zipfs")
jmod(name: "jdk.dynalink")
jmod(name: "jdk.unsupported")

argument(value: "--compress=2")
argument(value: "--no-header-files")
Expand Down

0 comments on commit 7d6589a

Please sign in to comment.