[3.4.0-map-sdk]
This commit is contained in:
@@ -4,7 +4,7 @@ def pmdConfigPath = rootProject.file("codequality").path
|
||||
|
||||
task pmd(type:Pmd){
|
||||
//忽略失败,如果设置为true,检测出bug会停止task
|
||||
ignoreFailures = false
|
||||
ignoreFailures = true
|
||||
consoleOutput = true
|
||||
//filter路径
|
||||
ruleSetFiles = files("${pmdConfigPath}/custom-pmd-ruleset.xml") //新增rules
|
||||
|
||||
Reference in New Issue
Block a user