Do not depend on Shadow plugin in subprojects

Since buildSrc depends on the Shadow plugin, it's already in the
classpath of all build scripts
This commit is contained in:
Alexander Udalov
2017-11-16 17:43:49 +01:00
parent ad0cd7c176
commit 5338df6960
8 changed files with 2 additions and 52 deletions
-1
View File
@@ -17,7 +17,6 @@ buildscript {
}
dependencies {
classpath("net.sf.proguard:proguard-gradle:${property("versions.proguard")}")
classpath("com.github.jengelman.gradle.plugins:shadow:${property("versions.shadow")}")
}
}