Fix dependencies to the cross-project tasks
This commit is contained in:
committed by
Vyacheslav Gerasimov
parent
434bbafe58
commit
555e9674b2
@@ -177,7 +177,7 @@ val ideaUltimatePluginDir: File by rootProject.extra
|
||||
|
||||
task<Copy>("ideaUltimatePlugin") {
|
||||
dependsOn("$communityPluginProject:ideaPlugin")
|
||||
dependsOnTaskIfExistsRec("ideaPlugin", rootProject)
|
||||
shouldRunAfter(":ideaPlugin")
|
||||
into(ideaUltimatePluginDir)
|
||||
from(ideaPluginDir) { exclude("lib/kotlin-plugin.jar") }
|
||||
from(jar, { into("lib") })
|
||||
|
||||
Reference in New Issue
Block a user