build: add checkstyle configuration file path
This commit is contained in:
parent
d117f5912a
commit
4a9c769bbc
1 changed files with 4 additions and 0 deletions
|
@ -5,6 +5,10 @@ plugins {
|
||||||
id("checkstyle")
|
id("checkstyle")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
checkstyle {
|
||||||
|
configFile = file("$rootDir/config/checkstyle.xml")
|
||||||
|
}
|
||||||
|
|
||||||
tasks.withType<Checkstyle> {
|
tasks.withType<Checkstyle> {
|
||||||
reports {
|
reports {
|
||||||
// Disable HTML report
|
// Disable HTML report
|
||||||
|
|
Reference in a new issue