mirror of https://github.com/zlatinb/muwire
get rid of illegal reflective access warnings
parent
895df6cf94
commit
ad20d7cf9a
|
@ -42,7 +42,13 @@ griffon {
|
|||
|
||||
application {
|
||||
mainClassName = 'com.muwire.gui.Launcher'
|
||||
applicationDefaultJvmArgs = ['-Djava.util.logging.config.file=logging.properties','-Xmx256M']
|
||||
applicationDefaultJvmArgs = ['-Djava.util.logging.config.file=logging.properties',
|
||||
'-Xmx256M',
|
||||
"--add-opens", "java.base/java.lang=ALL-UNNAMED",
|
||||
"--add-opens", "java.base/sun.nio.fs=ALL-UNNAMED",
|
||||
"--add-opens", "java.desktop/java.awt=ALL-UNNAMED",
|
||||
"--add-opens", "java.desktop/javax.swing=ALL-UNNAMED",
|
||||
"--add-opens", "java.desktop/javax.swing.plaf.basic=ALL-UNNAMED"]
|
||||
applicationName = 'MuWire'
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue