Add checkstyle linter for java #27
@ -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