Skip to content

Commit c149679

Browse files
committed
build: Stop enforcing the Log4j (non-Kotlin) API version
This should not be required anymore due to the recent changes. Signed-off-by: Sebastian Schuberth <[email protected]>
1 parent 2e86a54 commit c149679

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

buildSrc/src/main/kotlin/ort-kotlin-conventions.gradle.kts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,6 @@ configurations.all {
8787
// Ensure all JRuby versions match our version to avoid Psych YAML library issues.
8888
force(libs.jruby)
8989

90-
// Ensure all Log4j API versions match our version.
91-
force(libs.log4jApi)
92-
9390
// Ensure that all transitive versions of Kotlin libraries match our version of Kotlin.
9491
force("org.jetbrains.kotlin:kotlin-reflect:${libs.versions.kotlinPlugin.get()}")
9592
}

0 commit comments

Comments
 (0)