Skip to content

Commit

Permalink
jlink add crypto module (qzind#902)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vzor- authored Dec 24, 2021
1 parent 714a5cf commit 61f677a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file not shown.
2 changes: 2 additions & 0 deletions src/qz/build/JLink.java
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,8 @@ private JLink calculateDepList() throws IOException {
}
// "jar:" URLs create transient zipfs dependency, see https://stackoverflow.com/a/57846672/3196753
depList.add("jdk.zipfs");
// fix for https://github.com/qzind/tray/issues/894 solution from https://github.com/adoptium/adoptium-support/issues/397
depList.add("jdk.crypto.ec");
return this;
}

Expand Down

0 comments on commit 61f677a

Please sign in to comment.