Build: Fix idea-gradle test task dependency on dist

This commit is contained in:
Vyacheslav Gerasimov
2020-08-22 14:11:34 +03:00
parent a9359eb530
commit 8a84af8a6f
+1
View File
@@ -105,6 +105,7 @@ sourceSets {
testsJar() testsJar()
projectTest(parallel = false) { projectTest(parallel = false) {
dependsOn(":dist")
dependsOnKotlinPluginInstall() dependsOnKotlinPluginInstall()
workingDir = rootDir workingDir = rootDir
useAndroidSdk() useAndroidSdk()