Add checkstyle linter for java #27

Merged
jank1619 merged 11 commits from ci/java-pipes into main 2025-02-13 11:39:31 +00:00
3 changed files with 3 additions and 3 deletions
Showing only changes of commit 96bd5ac704 - Show all commits

View File

@ -6,7 +6,7 @@ plugins {
} }
checkstyle { checkstyle {
configFile = file("$rootDir/config/checkstyle.xml") configFile = file("$rootDir/config/checkstyle/checkstyle.xml")
} }
tasks.withType<Checkstyle> { tasks.withType<Checkstyle> {