Harmonize config locations

This commit is contained in:
Vedran Pavic
2018-04-12 21:52:03 +02:00
parent 4a18242d95
commit 467ecaaeff
9 changed files with 4 additions and 4 deletions

View File

@@ -78,7 +78,7 @@ task integrationTest(type: Test, dependsOn: jar) {
check.dependsOn integrationTest
checkstyle {
configFile = rootProject.file('config/checkstyle/checkstyle.xml')
configFile = rootProject.file('etc/checkstyle/checkstyle.xml')
configProperties.configDir = configFile.parentFile
toolVersion = '6.16.1'
}