Skip to content

Commit

Permalink
Use replacement for google collections.
Browse files Browse the repository at this point in the history
  • Loading branch information
baron1405 committed Feb 14, 2024
1 parent dc11ec1 commit 0cda3cc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ dependencies {
testRuntimeOnly(libs.junitLauncher)

spotbugsPlugins(libs.spotbugsContrib)
}

configurations.checkstyle {
resolutionStrategy.capabilitiesResolution.withCapability("com.google.collections:google-collections") {
select("com.google.guava:guava:0")
modules {
module("com.google.collections:google-collections") {
replacedBy("com.google.guava:guava", "google-collections is now part of Guava")
}
}
}

Expand Down

0 comments on commit 0cda3cc

Please sign in to comment.