build: add checkstyle configuration file path
This commit is contained in:
parent
d117f5912a
commit
4a9c769bbc
@ -5,6 +5,10 @@ plugins {
|
||||
id("checkstyle")
|
||||
}
|
||||
|
||||
checkstyle {
|
||||
configFile = file("$rootDir/config/checkstyle.xml")
|
||||
}
|
||||
|
||||
tasks.withType<Checkstyle> {
|
||||
reports {
|
||||
// Disable HTML report
|
||||
|
Loading…
x
Reference in New Issue
Block a user