change package name for cli

pull/24/head
Zlatin Balevsky 2019-10-31 13:05:42 +00:00
parent 625a559d02
commit af9b4f4679
1 changed files with 6 additions and 2 deletions

View File

@ -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")