File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ val year: String by project
1717dependencies {
1818 implementation(project(" :sdk" ))
1919 implementation(project(" :server" )) // Only to access defaults of sc.server.Configuration
20- implementation(" ch.qos.logback:logback-classic:1.3.15 " ) // Update to 1.4 with JDK upgrade
20+ implementation(" ch.qos.logback:logback-classic:1.5.32 " )
2121 runtimeOnly(project(" :plugin$year " ))
2222}
2323
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ application {
2323
2424dependencies {
2525 api(project(" :sdk" ))
26- implementation(" ch.qos.logback:logback-classic:1.3.15 " )
26+ implementation(" ch.qos.logback:logback-classic:1.5.32 " )
2727
2828 runtimeOnly(project(" :plugin$year " ))
2929 // runtimeOnly(kotlin("script-runtime"))
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ val year: String by project
1616val enableTestClient: Boolean by project
1717dependencies {
1818 api(project(" :sdk" ))
19- implementation(" ch.qos.logback:logback-classic:1.3.15 " ) // Update to 1.4 with JDK upgrade
19+ implementation(" ch.qos.logback:logback-classic:1.5.32 " ) // Update to 1.4 with JDK upgrade
2020
2121 runtimeOnly(project(" :plugin$year " ))
2222 testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine" ) // legacy java tests
@@ -37,7 +37,7 @@ tasks {
3737 fileName = " start"
3838 content = " java -Dfile.encoding=UTF-8 -Dlogback.configurationFile=logback.xml -jar server.jar"
3939 }
40-
40+
4141 val copyConfig by registering(Copy ::class ) {
4242 group = " distribution"
4343 from(" configuration/logback-release.xml" , " configuration/server.properties.example" )
You can’t perform that action at this time.
0 commit comments