Move resources: update writePluginVersion

This commit is contained in:
Sergey Rostov
2018-11-27 15:37:39 +03:00
parent 487c57e2e0
commit d3dc1d8164
+1 -1
View File
@@ -53,7 +53,7 @@ val writeCompilerVersion by tasks.creating {
}
val writePluginVersion by tasks.creating {
val versionFile = project(":idea").projectDir.resolve("src/META-INF/plugin.xml")
val versionFile = project(":idea").projectDir.resolve("resources/META-INF/plugin.xml")
val pluginVersion = rootProject.findProperty("pluginVersion") as String?
inputs.property("version", pluginVersion)
outputs.file(versionFile)