Build: Drop testDistProjects, root :dist task was already in list
This commit is contained in:
@@ -34,7 +34,7 @@ sourceSets {
|
||||
}
|
||||
|
||||
projectTest {
|
||||
dependsOn(*testDistProjects.map { "$it:dist" }.toTypedArray())
|
||||
dependsOn(":dist")
|
||||
doFirst {
|
||||
environment("kotlin.tests.android.timeout", "45")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user