mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-09-08 11:31:22 -04:00
[release]
This commit is contained in:
1 parent
5bb527b624
commit
4ac416a152
3 files changed
+3
-1
No files matched your search
@@ -135,6 +135,7 @@ def getJvmArgs() {
|
||||
def appPackage = packageName(null)
|
||||
jvmRunArgs += [
|
||||
"--add-opens", "java.base/java.lang=$appPackage",
|
||||
"--add-opens", "java.base/java.net=$appPackage",
|
||||
"--add-opens", "net.synedra.validatorfx/net.synedra.validatorfx=$appPackage",
|
||||
"--add-opens", "java.base/java.nio.file=$appPackage",
|
||||
"--add-exports", "javafx.graphics/com.sun.javafx.tk=$appPackage",
|
||||
|
||||
Reference in new issue
Block a user