Skip to content

Commit

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

Expand Down

0 comments on commit bfa56be

Please sign in to comment.