remove -d64 option as java 10 not support it anymore

This commit is contained in:
Skylot
2018-04-01 13:59:18 +03:00
parent ea01102f1d
commit 54fbe8a7c0
+1 -1
View File
@@ -35,7 +35,7 @@ jar {
}
startScripts {
defaultJvmOpts = [ '-d64', '-Xms512M', '-Xmx4g' ]
defaultJvmOpts = [ '-Xms128M', '-Xmx4g' ]
doLast {
def str = windowsScript.text
str = str.replaceAll('java.exe', 'javaw.exe')