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 de13422 commit ae1fd29Copy full SHA for ae1fd29
buildSrc/src/main/kotlin/eternalcode-java.gradle.kts
@@ -7,7 +7,7 @@ group = "com.eternalcode"
7
version = "1.7.0-SNAPSHOT"
8
9
checkstyle {
10
- toolVersion = "10.21.4"
+ toolVersion = "10.26.1"
11
12
configFile = file("${rootDir}/config/checkstyle/checkstyle.xml")
13
configProperties["checkstyle.suppressions.file"] = "${rootDir}/config/checkstyle/suppressions.xml"
0 commit comments