Skip to content

Commit

Permalink
chore: Chore fix dependency substitution config for subprojects (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
warnyul authored May 8, 2024
1 parent f604f87 commit ea0f46b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ allprojects {
subprojects {
configurations.configureEach {
resolutionStrategy.dependencySubstitution {
substitute module("tech.apter.junit5.jupiter:robolectric-extension:$version") using project(':robolectric-extension')
substitute module("tech.apter.junit5.jupiter:robolectric-extension") using project(':robolectric-extension')
}
}
}
Expand Down

0 comments on commit ea0f46b

Please sign in to comment.