Skip to content

Commit d332f7b

Browse files
committed
Remove forced objenesis resolution strategy
The linked issue is marked as resolved, and not able to reproduce the mentioned compilation error.
1 parent 97ea7a7 commit d332f7b

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

app/build.gradle.kts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,5 @@ dependencies {
126126
configurations.configureEach {
127127
resolutionStrategy {
128128
force(libs.junit4)
129-
// Temporary workaround for https://issuetracker.google.com/174733673
130-
force("org.objenesis:objenesis:2.6")
131129
}
132130
}

build-logic/convention/src/main/kotlin/AndroidLibraryConventionPlugin.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ class AndroidLibraryConventionPlugin : Plugin<Project> {
4949
configurations.configureEach {
5050
resolutionStrategy {
5151
force(libs.findLibrary("junit4").get())
52-
// Temporary workaround for https://issuetracker.google.com/174733673
53-
force("org.objenesis:objenesis:2.6")
5452
}
5553
}
5654
dependencies {

0 commit comments

Comments
 (0)