1
0
mirror of synced 2026-08-05 17:57:15 +00:00

Make gretty samples compatible with logback 1.2.9

Closes gh-10643
This commit is contained in:
Eleftheria Stein
2021-12-20 19:06:45 +02:00
parent fa5b8c6090
commit a6cd8ba142
30 changed files with 146 additions and 0 deletions
@@ -14,3 +14,7 @@ dependencies {
//jettyRun {
// userRealms = [jettyRun.class.classLoader.loadClass('org.mortbay.jetty.security.HashUserRealm').newInstance('Preauth Realm' '$projectDir/realm.properties')]
//}
gretty {
logbackConfigFile = "src/main/resources/logback.xml"
}