Workaround a bug

This commit is contained in:
modmuss50 2024-02-07 23:17:31 +00:00
parent ddf8f9ba32
commit 8e601447f2
1 changed files with 7 additions and 0 deletions

View File

@ -64,6 +64,13 @@ checkstyle {
toolVersion = '10.13.0'
}
// Workaround https://github.com/gradle/gradle/issues/27035
configurations.checkstyle {
resolutionStrategy.capabilitiesResolution.withCapability("com.google.collections:google-collections") {
select("com.google.guava:guava:0")
}
}
gradlePlugin {
plugins {
filament {