Add checkstyle config file location to build.gradle (#871)

This commit is contained in:
Risto Lahtela 2019-01-04 17:44:59 +02:00 committed by GitHub
parent ea187fadfc
commit c9e80e31f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -119,6 +119,10 @@ subprojects {
artifacts {
testArtifacts testJar
}
checkstyle {
configFile rootProject.file('config/checkstyle/checkstyle.xml')
}
}
sonarqube {