Compare commits

...

2 Commits

Author SHA1 Message Date
dc07ad5b0d
ci: update Gradle check to use checkstyleMain
All checks were successful
CI / prettier (pull_request) Successful in 15s
CI / eslint (pull_request) Successful in 18s
CI / test-build (pull_request) Successful in 24s
CI / Checkstyle Main (pull_request) Successful in 6m7s
2025-02-13 12:26:52 +01:00
96bd5ac704
chore: fix file paths and add missing newlines 2025-02-13 12:26:43 +01:00
4 changed files with 4 additions and 4 deletions

View File

@ -32,7 +32,7 @@ jobs:
run: gradle clean
- name: "Check"
working-directory: ./backend
run: gradle check
run: gradle checkstyleMain
- name: "Stop Gradle"
working-directory: ./backend
run: gradle --stop

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