Skip to content

Commit be7ded2

Browse files
committed
chore(Gradle): Remove forcing the OkHttp version
The versions are now all set explicitly in the projects. Signed-off-by: Sebastian Schuberth <[email protected]>
1 parent d980f4a commit be7ded2

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
@@ -84,9 +84,6 @@ kotlin.target.compilations.apply {
8484

8585
configurations.all {
8686
resolutionStrategy {
87-
// Ensure all OkHttp versions match our version >= 4 to avoid Kotlin vs. Java issues with OkHttp 3.
88-
force(libs.okhttp)
89-
9087
// Ensure all JRuby versions match our version to avoid Psych YAML library issues.
9188
force(libs.jruby)
9289

0 commit comments

Comments
 (0)