pass logging.properties to cli
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
apply plugin : 'application'
|
||||
|
||||
mainClassName = 'com.muwire.cli.Cli'
|
||||
applicationDefaultJvmArgs = ['-Djava.util.logging.config.file=logging.properties']
|
||||
|
||||
dependencies {
|
||||
compile project(":core")
|
||||
|
||||
Reference in New Issue
Block a user