logback.cofigurationFile not known in test cases
This commit is contained in:
@ -17,7 +17,7 @@ ext {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile (project(':ch.psi.daq.query'))
|
||||
compile project(':ch.psi.daq.query')
|
||||
|
||||
compile libraries.logback_classic
|
||||
compile(libraries.spring_boot_starter_web) {
|
||||
|
@ -1,2 +1 @@
|
||||
spring.main.allow-bean-definition-overriding=true
|
||||
logging.config=${logback.configurationFile}
|
||||
spring.main.allow-bean-definition-overriding=true
|
Reference in New Issue
Block a user