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:
committed by
Marcus Da Coregio
parent
0be66d2cc0
commit
3d4ad5fe50
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user