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 36b85be918
commit 8cea4152a0
9 changed files with 21 additions and 0 deletions

View File

@@ -21,4 +21,5 @@ dependencies {
gretty {
jvmArgs = ['-Dspring.profiles.active=embedded-redis']
logbackConfigFile = "src/main/resources/logback.xml"
}