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:
@@ -65,6 +65,7 @@ gretty {
|
||||
sslKeyStorePath = keystore
|
||||
sslKeyStorePassword = password
|
||||
jvmArgs = ["-Djavax.net.ssl.trustStore=${keystore}", "-Djavax.net.ssl.trustStorePassword=${password}"]
|
||||
logbackConfigFile = "src/main/resources/logback.xml"
|
||||
}
|
||||
|
||||
def casServer() {
|
||||
|
||||
Reference in New Issue
Block a user