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 {
configFile = file("$rootDir/config/checkstyle.xml")
configFile = file("$rootDir/config/checkstyle/checkstyle.xml")
}
tasks.withType<Checkstyle> {

View File

@ -58,4 +58,4 @@ public class OpenAPIConfiguration {
}
}
}

View File

@ -45,4 +45,4 @@ public class KeycloakLogoutHandler implements LogoutHandler {
}
}
}
}