Commit 3663e6a8 authored by Administrator's avatar Administrator

fix agine

parent 9e530d0d
Pipeline #1318 failed with stages
in 0 seconds
......@@ -45,7 +45,7 @@ jar {
startScripts {
// The option -XX:+UseG1GC is only relevant for Java 8. Starting with Java 9 G1GC is already the default GC
defaultJvmOpts = ['-Xmx8g', '-Xmx16g', '-Dawt.useSystemAAFontSettings=lcd', '-Dswing.aatext=true', '-XX:+UseG1GC']
defaultJvmOpts = ['-Xms8g', '-Xmx16g', '-Dawt.useSystemAAFontSettings=lcd', '-Dswing.aatext=true', '-XX:+UseG1GC']
doLast {
def str = windowsScript.text
str = str.replaceAll('java.exe', 'javaw.exe')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment