We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab9a118 commit 020512bCopy full SHA for 020512b
templates/java/build.gradle
@@ -27,7 +27,7 @@ test {
27
checkstyle {
28
// Explicitly define a tool version as checkstyle is a Gradle core plugin
29
// which might not support recent configurations.
30
- toolVersion = '8.45.1'
+ toolVersion = '10.12.4'
31
// Make build fail on warnings
32
ignoreFailures = false
33
maxWarnings = 0
0 commit comments