Build: add kotlinManifest.properties to kotlin-plugin.jar

This commit is contained in:
Vyacheslav Gerasimov
2019-04-11 17:59:41 +03:00
parent 346478a5d3
commit 68f776ebb1
+2
View File
@@ -171,6 +171,8 @@ fun NamedDomainObjectContainer<TopLevelArtifact>.ideaPlugin() {
file("$buildDir/tmp/jar/MANIFEST.MF")
}
file("${ideaPluginProject.rootDir}/resources/kotlinManifest.properties")
jarFromEmbedded(ideaPluginProject)
}