Update deps (#1054)

This commit is contained in:
modmuss
2024-02-24 15:04:56 +00:00
committed by GitHub
parent cfba0b18cd
commit 0dc1ba012a
10 changed files with 79 additions and 43 deletions

View File

@@ -245,6 +245,13 @@ checkstyle {
toolVersion = libs.versions.checkstyle.get()
}
// Workaround https://github.com/gradle/gradle/issues/27035
configurations.checkstyle {
resolutionStrategy.capabilitiesResolution.withCapability("com.google.collections:google-collections") {
select("com.google.guava:guava:0")
}
}
codenarc {
toolVersion = libs.versions.codenarc.get()
configFile = file("codenarc.groovy")