[3.4.0-map-sdk] add pmd rule set

This commit is contained in:
zhongchao
2023-09-18 19:01:52 +08:00
parent e374bf37a6
commit 51f38ae919
3 changed files with 68 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
apply from: "config.gradle"
apply from: "javadoc.gradle"
buildscript {
apply from: rootProject.file('gradle/ext.gradle')
repositories {
@@ -50,6 +51,7 @@ buildscript {
}
allprojects {
apply from: rootProject.file('codequality/pmd.gradle')
repositories {
mavenLocal()
maven { url 'http://nexus.zhidaoauto.com/repository/maven-releases/' }
@@ -70,7 +72,6 @@ allprojects {
}
google()
}
}
task clean(type: Delete) {