Build: Fix idea-gradle test task dependency on dist
This commit is contained in:
@@ -105,6 +105,7 @@ sourceSets {
|
|||||||
testsJar()
|
testsJar()
|
||||||
|
|
||||||
projectTest(parallel = false) {
|
projectTest(parallel = false) {
|
||||||
|
dependsOn(":dist")
|
||||||
dependsOnKotlinPluginInstall()
|
dependsOnKotlinPluginInstall()
|
||||||
workingDir = rootDir
|
workingDir = rootDir
|
||||||
useAndroidSdk()
|
useAndroidSdk()
|
||||||
|
|||||||
Reference in New Issue
Block a user