Build: Drop testDistProjects, root :dist task was already in list

This commit is contained in:
Vyacheslav Gerasimov
2019-01-29 19:39:25 +03:00
parent a4cfd37203
commit 3d0cd57e31
4 changed files with 4 additions and 27 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ jar.from("../idea/resources") {
}
projectTest {
dependsOn(*testDistProjects.map { "$it:dist" }.toTypedArray())
dependsOn(":dist")
workingDir = rootDir
systemProperty("kotlin.test.script.classpath", testSourceSet.output.classesDirs.joinToString(File.pathSeparator))
systemProperty("kotlin.suppress.expected.test.failures", project.findProperty("kotlin.suppress.expected.test.failures") ?: false)