Fix dependencies to the cross-project tasks
This commit is contained in:
committed by
Vyacheslav Gerasimov
parent
434bbafe58
commit
555e9674b2
@@ -116,7 +116,7 @@ sourceSets {
|
||||
}
|
||||
|
||||
projectTest {
|
||||
dependsOnTaskIfExistsRec("dist", project = rootProject)
|
||||
shouldRunAfter(":dist")
|
||||
workingDir = rootDir
|
||||
doFirst {
|
||||
systemProperty("idea.home.path", intellijRootDir().canonicalPath)
|
||||
|
||||
Reference in New Issue
Block a user