Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoayyed committed Jan 21, 2024
1 parent 2859bf2 commit 426df6e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions gradle/overrides.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
configurations.all {
resolutionStrategy {
capabilitiesResolution {
withCapability("com.google.collections:google-collections") {
selectHighestVersion()
}
}

if (!Boolean.getBoolean("skipVersionConflict")) {
failOnVersionConflict()
}
Expand Down

0 comments on commit 426df6e

Please sign in to comment.