Skip to content

Commit 840eea2

Browse files
committed
Remove outdated config
1 parent b0a7077 commit 840eea2

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

gradle/plugins/common/src/main/kotlin/junitbuild.spotless-conventions.gradle.kts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -58,16 +58,6 @@ spotless {
5858
trimTrailingWhitespace()
5959
endWithNewline()
6060
}
61-
configurations.named { it.startsWith("spotless") }.configureEach {
62-
// Workaround for CVE-2024-12798 and CVE-2024-12801
63-
resolutionStrategy {
64-
eachDependency {
65-
if (requested.group == "ch.qos.logback") {
66-
useVersion(requiredVersionFromLibs("logback"))
67-
}
68-
}
69-
}
70-
}
7161
}
7262

7363
pluginManager.withPlugin("groovy") {

0 commit comments

Comments
 (0)