Compare commits
2 Commits
5e24e3d020
...
dc07ad5b0d
Author | SHA1 | Date | |
---|---|---|---|
dc07ad5b0d | |||
96bd5ac704 |
@ -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
|
||||
|
@ -6,7 +6,7 @@ plugins {
|
||||
}
|
||||
|
||||
checkstyle {
|
||||
configFile = file("$rootDir/config/checkstyle.xml")
|
||||
configFile = file("$rootDir/config/checkstyle/checkstyle.xml")
|
||||
}
|
||||
|
||||
tasks.withType<Checkstyle> {
|
||||
|
Loading…
x
Reference in New Issue
Block a user