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'
|
mainClassName = 'com.muwire.clilanterna.CliLanterna'
|
||||||
apply plugin : 'com.github.johnrengelman.shadow'
|
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 {
|
dependencies {
|
||||||
compile project(":core")
|
compile project(":core")
|
||||||
|
|
|
@ -41,7 +41,7 @@ griffon {
|
||||||
}
|
}
|
||||||
|
|
||||||
mainClassName = 'com.muwire.gui.Launcher'
|
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/publishing.gradle'
|
||||||
// apply from: 'gradle/code-coverage.gradle'
|
// apply from: 'gradle/code-coverage.gradle'
|
||||||
|
|
Loading…
Reference in New Issue