[3.4.0-map-sdk] add pmd rule set
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user