Make gretty samples compatible with logback 1.2.9

Explicitly reference the logback.xml file to prevent gretty from configuring the defaults using groovy.

Issue gh-10642
This commit is contained in:
Eleftheria Stein
2021-12-20 19:06:45 +02:00
parent 0e06882b3f
commit 3a3399d388
30 changed files with 146 additions and 0 deletions

View File

@@ -14,3 +14,7 @@ dependencies {
runtime project(':spring-security-web')
runtime jstlDependencies
}
gretty {
logbackConfigFile = "src/main/resources/logback.xml"
}