mirror of https://github.com/zlatinb/muwire
properly set Xmx
parent
88ac267f99
commit
6e20193d57
|
@ -14,7 +14,7 @@ apply plugin : 'application'
|
|||
mainClassName = 'com.muwire.clilanterna.CliLanterna'
|
||||
apply plugin : 'com.github.johnrengelman.shadow'
|
||||
|
||||
applicationDefaultJvmArgs = ['-Djava.util.logging.config.file=logging.properties -Xmx256M']
|
||||
applicationDefaultJvmArgs = ['-Djava.util.logging.config.file=logging.properties','-Xmx256M']
|
||||
|
||||
dependencies {
|
||||
compile project(":core")
|
||||
|
|
|
@ -41,7 +41,7 @@ griffon {
|
|||
}
|
||||
|
||||
mainClassName = 'com.muwire.gui.Launcher'
|
||||
applicationDefaultJvmArgs = ['-Djava.util.logging.config.file=logging.properties -Xmx256M']
|
||||
applicationDefaultJvmArgs = ['-Djava.util.logging.config.file=logging.properties','-Xmx256M']
|
||||
|
||||
apply from: 'gradle/publishing.gradle'
|
||||
// apply from: 'gradle/code-coverage.gradle'
|
||||
|
|
Loading…
Reference in New Issue