mirror of https://github.com/zlatinb/muwire
change package name
parent
6e20193d57
commit
625a559d02
|
@ -40,8 +40,11 @@ griffon {
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
mainClassName = 'com.muwire.gui.Launcher'
|
application {
|
||||||
applicationDefaultJvmArgs = ['-Djava.util.logging.config.file=logging.properties','-Xmx256M']
|
mainClassName = 'com.muwire.gui.Launcher'
|
||||||
|
applicationDefaultJvmArgs = ['-Djava.util.logging.config.file=logging.properties','-Xmx256M']
|
||||||
|
applicationName = 'MuWire'
|
||||||
|
}
|
||||||
|
|
||||||
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