chore: fix file paths and add missing newlines
This commit is contained in:
parent
5e24e3d020
commit
96bd5ac704
3 changed files with 3 additions and 3 deletions
|
@ -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> {
|
||||||
|
|
|
@ -58,4 +58,4 @@ public class OpenAPIConfiguration {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -45,4 +45,4 @@ public class KeycloakLogoutHandler implements LogoutHandler {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue