We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0090494 commit 2761883Copy full SHA for 2761883
sdks/java/io/expansion-service/build.gradle
@@ -49,6 +49,11 @@ configurations.runtimeClasspath {
49
details.useVersion('9.4.57.v20241219')
50
}
51
52
+
53
+ // Pin logback to 1.5.20
54
+ // Cannot upgrade to io modules due to logback 1.4.x dropped Java 8 support
55
+ resolutionStrategy.force "ch.qos.logback:logback-classic:1.5.20"
56
+ resolutionStrategy.force "ch.qos.logback:logback-core:1.5.20"
57
58
59
shadowJar {
0 commit comments