chore: fix file paths and add missing newlines

This commit is contained in:
Jan Gleytenhoover 2025-02-13 12:26:43 +01:00
parent 5e24e3d020
commit 96bd5ac704
Signed by: jank
GPG key ID: 22BEAC760B3333D6
3 changed files with 3 additions and 3 deletions

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> {

View file

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

View file

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