Skip to content

Commit

Permalink
Update dependency checkstyle to v10.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 25, 2024
1 parent da2e135 commit bd84b85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/eternalcode-java.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ group = "com.eternalcode"
version = "1.3.4"

checkstyle {
toolVersion = "10.17.0"
toolVersion = "10.18.0"

configFile = file("${rootDir}/config/checkstyle/checkstyle.xml")
configProperties["checkstyle.suppressions.file"] = "${rootDir}/config/checkstyle/suppressions.xml"
Expand Down

0 comments on commit bd84b85

Please sign in to comment.