Skip to content

Commit 11baba3

Browse files
author
Gonzalo Diaz
committed
[BUGFIX] checkstyle dependency resolution. gradle/gradle#27035 (comment)
1 parent 39c5093 commit 11baba3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

algorithm-exercises-java/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ checkstyle {
4747
maxErrors = 0
4848
maxWarnings = 0
4949
showViolations = true
50+
resolutionStrategy.capabilitiesResolution.withCapability("com.google.collections:google-collections") {
51+
select("com.google.guava:guava:0")
52+
}
5053
}
5154

5255
def jacocoExclusions = [

0 commit comments

Comments
 (0)