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
@@ -67,6 +67,7 @@ dependencies {
compile("com.jakewharton.dex:dex-method-list:2.0.0-alpha")
// TODO: adding the dep to the plugin breaks the build unexpectedly, resolve and uncomment
// compile("org.jetbrains.kotlin:kotlin-gradle-plugin:${rootProject.extra["bootstrap_kotlin_version"]}")
// Shadow plugin is used in many projects of the main build. Once it's no longer used in buildSrc, please move this dependency to the root project
compile("com.github.jengelman.gradle.plugins:shadow:${property("versions.shadow")}")
compile("org.ow2.asm:asm-all:6.0_BETA")
}