mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
Update to gradle 6.0 (#2074)
This commit is contained in:
committed by
Peter Johnson
parent
3cce61b89f
commit
708009cd20
@@ -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')) {
|
||||
|
||||
Reference in New Issue
Block a user