Make gretty samples compatible with logback 1.2.9

Explicitly reference the logback.xml file to prevent gretty from configuring the defaults using groovy.
This commit is contained in:
Eleftheria Stein
2021-12-21 11:10:33 +02:00
parent b5f8e29585
commit 59923121f0
9 changed files with 21 additions and 0 deletions

View File

@@ -25,3 +25,7 @@ dependencies {
integrationTestCompile "org.seleniumhq.selenium:htmlunit-driver"
integrationTestCompile "org.seleniumhq.selenium:selenium-support"
}
gretty {
logbackConfigFile = "src/main/resources/logback.xml"
}