mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-09-27 10:55:52 +00:00
Remove unnecessary jvm arg
This commit is contained in:
@@ -126,11 +126,6 @@ def getBaseJvmArgs() {
|
||||
"--sun-misc-unsafe-memory-access=allow"
|
||||
]
|
||||
|
||||
// Disable JDK26 warnings
|
||||
jvmRunArgs += [
|
||||
"--enable-final-field-mutation=io.xpipe.app"
|
||||
]
|
||||
|
||||
// Module access fixes
|
||||
def appPackage = packageName(null)
|
||||
jvmRunArgs += [
|
||||
|
||||
Reference in New Issue
Block a user