mirror of https://github.com/zlatinb/muwire
change package name for cli
parent
625a559d02
commit
af9b4f4679
|
@ -11,10 +11,14 @@ buildscript {
|
||||||
}
|
}
|
||||||
|
|
||||||
apply plugin : 'application'
|
apply plugin : 'application'
|
||||||
mainClassName = 'com.muwire.clilanterna.CliLanterna'
|
application {
|
||||||
|
mainClassName = 'com.muwire.clilanterna.CliLanterna'
|
||||||
|
applicationDefaultJvmArgs = ['-Djava.util.logging.config.file=logging.properties','-Xmx256M']
|
||||||
|
applicationName = 'MuWire-cli'
|
||||||
|
}
|
||||||
|
|
||||||
apply plugin : 'com.github.johnrengelman.shadow'
|
apply plugin : 'com.github.johnrengelman.shadow'
|
||||||
|
|
||||||
applicationDefaultJvmArgs = ['-Djava.util.logging.config.file=logging.properties','-Xmx256M']
|
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile project(":core")
|
compile project(":core")
|
||||||
|
|
Loading…
Reference in New Issue