Build: Use sync task for copying idea plugin to the output
It will prevent files from previous builds remain in the target directory Now we can remove `cleanArtifacts` kostyl from teamcity build
This commit is contained in:
@@ -143,7 +143,7 @@ val jar = runtimeJar {
|
|||||||
}
|
}
|
||||||
|
|
||||||
val ideaPluginDir: File by rootProject.extra
|
val ideaPluginDir: File by rootProject.extra
|
||||||
tasks.register<Copy>("ideaPlugin") {
|
tasks.register<Sync>("ideaPlugin") {
|
||||||
dependsOn(":dist")
|
dependsOn(":dist")
|
||||||
|
|
||||||
into(File(ideaPluginDir, "lib"))
|
into(File(ideaPluginDir, "lib"))
|
||||||
|
|||||||
Reference in New Issue
Block a user