Build: remove various evaluationDependsOn calls across the build

`evaluationDependsOn` may lead to obscure gradle errors on project configuration
This commit is contained in:
Vyacheslav Gerasimov
2019-04-23 20:03:44 +03:00
parent 0ec1df89fa
commit 50e145f239
2 changed files with 0 additions and 5 deletions
@@ -24,9 +24,6 @@ sourceSets {
"test" {}
}
// fixes a deadlock in projects evaluation order for :plugins:android-extensions-compiler
evaluationDependsOn(":plugins")
val jar: Jar by tasks
jar.apply {
from(getSourceSetsFrom(":plugins:android-extensions-compiler")["main"].output)