Skip to content

Commit f602133

Browse files
authored
Merge pull request #122 from sir-gon/renovate/checkstyle-10.x
Update dependency checkstyle to v10.12.6
2 parents f1144a2 + a61fc9d commit f602133

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

algorithm-exercises-java/build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,12 @@ checkstyle {
4949
showViolations = true
5050
}
5151

52+
configurations.checkstyle {
53+
resolutionStrategy.capabilitiesResolution.withCapability("com.google.collections:google-collections") {
54+
select("com.google.guava:guava:0")
55+
}
56+
}
57+
5258
def jacocoExclusions = [
5359
'**/*App.class',
5460
'**/CustomLogger.class'

0 commit comments

Comments
 (0)