Compare commits
No commits in common. "dc07ad5b0dd02270b0201a0e4188e150918685dc" and "5e24e3d020f88c2ee9cc4b3e03e86678d70ca25f" have entirely different histories.
dc07ad5b0d
...
5e24e3d020
@ -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
|
||||
|
@ -6,7 +6,7 @@ plugins {
|
||||
}
|
||||
|
||||
checkstyle {
|
||||
configFile = file("$rootDir/config/checkstyle/checkstyle.xml")
|
||||
configFile = file("$rootDir/config/checkstyle.xml")
|
||||
}
|
||||
|
||||
tasks.withType<Checkstyle> {
|
||||
|
Loading…
x
Reference in New Issue
Block a user