mirror of https://github.com/zlatinb/muwire
pass logging.properties to cli
parent
a9aa8dd840
commit
7704c73b68
|
@ -1,6 +1,7 @@
|
|||
apply plugin : 'application'
|
||||
|
||||
mainClassName = 'com.muwire.cli.Cli'
|
||||
applicationDefaultJvmArgs = ['-Djava.util.logging.config.file=logging.properties']
|
||||
|
||||
dependencies {
|
||||
compile project(":core")
|
||||
|
|
Loading…
Reference in New Issue