mirror of
https://github.com/mitb-archive/filebot
synced 2024-12-22 15:58:52 -05:00
# disable Java 9 module encapsulation
--add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.lang.invoke=ALL-UNNAMED
This commit is contained in:
parent
50b751a8c5
commit
1b9c725d7d
@ -38,6 +38,10 @@
|
||||
# force Application User Model ID for Windows Store
|
||||
-Dnet.filebot.AppUserModelID=@{microsoft.application.name}
|
||||
|
||||
# disable Java 9 module encapsulation
|
||||
--add-opens=java.base/java.lang=ALL-UNNAMED
|
||||
--add-opens=java.base/java.lang.invoke=ALL-UNNAMED
|
||||
|
||||
# support JAVA_OPTS environment variable
|
||||
%JAVA_OPTS%
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user