Skip to content

Commit

Permalink
fix(komga-tray): missing jdk modules preventing SSL connections
Browse files Browse the repository at this point in the history
  • Loading branch information
gotson committed Oct 18, 2023
1 parent db06919 commit 0d9184e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion conveyor.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ app {
jvm {
// for NightMonkeys
options += "--enable-preview"
modules = ["java.management", "java.naming", "java.instrument", "java.sql", "jdk.unsupported", "jdk.security.jgss", "java.desktop"]

// Homebrew path
mac.options += "-Djava.library.path=<libpath>:/opt/homebrew/lib/:/usr/local/lib/"
Expand Down

0 comments on commit 0d9184e

Please sign in to comment.