Removed apply plugin
This commit is contained in:
parent
8d60d0fd9b
commit
205dba012e
|
|
@ -3,9 +3,6 @@ def getAndroidProjectSources
|
||||||
|
|
||||||
apply from: "$buildScriptsDir/gradle/commonStaticAnalysis.gradle"
|
apply from: "$buildScriptsDir/gradle/commonStaticAnalysis.gradle"
|
||||||
|
|
||||||
apply plugin: 'cpd'
|
|
||||||
apply plugin: 'io.gitlab.arturbosch.detekt'
|
|
||||||
|
|
||||||
gradle.projectsEvaluated {
|
gradle.projectsEvaluated {
|
||||||
|
|
||||||
tasks.withType(JavaCompile) {
|
tasks.withType(JavaCompile) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue