We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cf350c commit 77154e1Copy full SHA for 77154e1
3 files changed
build.gradle
@@ -135,7 +135,7 @@ subprojects {
135
}
136
137
checkstyle {
138
- toolVersion = "10.12.4"
+ toolVersion = "10.23.0"
139
configFile = rootProject.file('config/checkstyle/checkstyle.xml')
140
141
examples/build.gradle
@@ -25,7 +25,7 @@ subprojects {
25
26
27
28
29
configFile = rootProject.file('../config/checkstyle/checkstyle.xml')
30
31
smoke-test/build.gradle
0 commit comments