mirror of
https://github.com/mitb-archive/filebot
synced 2024-12-23 00:08:51 -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
|
# force Application User Model ID for Windows Store
|
||||||
-Dnet.filebot.AppUserModelID=@{microsoft.application.name}
|
-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
|
# support JAVA_OPTS environment variable
|
||||||
%JAVA_OPTS%
|
%JAVA_OPTS%
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user