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