Fix dependencies to the cross-project tasks

This commit is contained in:
Ilya Chernikov
2018-01-16 12:49:12 +01:00
committed by Vyacheslav Gerasimov
parent 434bbafe58
commit 555e9674b2
12 changed files with 11 additions and 32 deletions
+1 -1
View File
@@ -17,5 +17,5 @@ val ideaSandboxDir: File by rootProject.extra
runIdeTask("runIde", ideaPluginDir, ideaSandboxDir) {
dependsOn(":dist", ":prepare:idea-plugin:idea-plugin", ":ideaPlugin")
shouldRunAfter(":ideaPlugin")
}