mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-29 02:21:44 +00:00
Update to new Native Utils (#1696)
Also update to azure 2019 windows image
This commit is contained in:
committed by
Peter Johnson
parent
30e936837c
commit
3dfb01d45b
@@ -1,5 +1,4 @@
|
||||
apply plugin: 'java'
|
||||
apply plugin: 'pmd'
|
||||
|
||||
ext {
|
||||
useJava = true
|
||||
@@ -21,11 +20,15 @@ dependencies {
|
||||
compile project(':cameraserver')
|
||||
}
|
||||
|
||||
pmd {
|
||||
consoleOutput = true
|
||||
reportsDir = file("$project.buildDir/reports/pmd")
|
||||
ruleSetFiles = files(new File(rootDir, "styleguide/pmd-ruleset.xml"))
|
||||
ruleSets = []
|
||||
if (!project.hasProperty('skipPMD')) {
|
||||
apply plugin: 'pmd'
|
||||
|
||||
pmd {
|
||||
consoleOutput = true
|
||||
reportsDir = file("$project.buildDir/reports/pmd")
|
||||
ruleSetFiles = files(new File(rootDir, "styleguide/pmd-ruleset.xml"))
|
||||
ruleSets = []
|
||||
}
|
||||
}
|
||||
|
||||
gradle.projectsEvaluated {
|
||||
|
||||
Reference in New Issue
Block a user