Explicitly specify test dist dependencies

This commit is contained in:
Mikhael Bogdanov
2018-10-25 10:49:44 +02:00
parent 812d3d9ce6
commit afc78be58e
4 changed files with 26 additions and 26 deletions
+1
View File
@@ -34,6 +34,7 @@ sourceSets {
}
projectTest {
dependsOn(*testDistProjects.map { "$it:dist" }.toTypedArray())
doFirst {
environment("kotlin.tests.android.timeout", "45")
}