Update to gradle 6.0 (#2074)

This commit is contained in:
Thad House
2019-11-12 17:14:04 -08:00
committed by Peter Johnson
parent 3cce61b89f
commit 708009cd20
30 changed files with 159 additions and 161 deletions

View File

@@ -3,8 +3,8 @@ apply plugin: 'checkstyle'
checkstyle {
toolVersion = "8.12"
configDir = file("${project.rootDir}/styleguide")
config = resources.text.fromFile(new File(configDir, "checkstyle.xml"))
configDirectory = file("${project.rootDir}/styleguide")
config = resources.text.fromFile(new File(configDirectory.get().getAsFile(), "checkstyle.xml"))
}
if (!project.hasProperty('skipPMD')) {