[3.4.0-map-sdk]

This commit is contained in:
zhongchao
2023-09-27 17:54:37 +08:00
parent 2bb96c5c5d
commit 4c07709a50
7 changed files with 44 additions and 115 deletions

View File

@@ -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