Compare commits

..

No commits in common. "dc07ad5b0dd02270b0201a0e4188e150918685dc" and "5e24e3d020f88c2ee9cc4b3e03e86678d70ca25f" have entirely different histories.

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 checkstyleMain
run: gradle check
- name: "Stop Gradle"
working-directory: ./backend
run: gradle --stop

View File

@ -6,7 +6,7 @@ plugins {
}
checkstyle {
configFile = file("$rootDir/config/checkstyle/checkstyle.xml")
configFile = file("$rootDir/config/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 {
}
}
}
}