Fix idea plugin jar name and ultimate build

This commit is contained in:
Ilya Chernikov
2017-09-22 17:41:52 +02:00
parent 25ca079fc5
commit 80ac8897ff
2 changed files with 8 additions and 12 deletions
+1
View File
@@ -95,6 +95,7 @@ val jar = runtimeJar(task<ShadowJar>("shadowJar")) {
dependsOn("$p:classes")
from(getSourceSetsFrom(p)["main"].output)
}
archiveName = "kotlin-plugin.jar"
}
ideaPlugin {