Build: Add sources and javadocs to Kotlin Plugin publication

This commit is contained in:
Vyacheslav Gerasimov
2019-10-29 20:43:45 +03:00
parent 579645bcfa
commit 3b088818a5
15 changed files with 63 additions and 6 deletions
+4
View File
@@ -165,6 +165,10 @@ val jar = runtimeJar {
archiveFileName.set("kotlin-plugin.jar")
}.get() // make it eager to avoid corresponding refactorings in the kotlin-ultimate part for now
sourcesJar()
javadocJar()
val ideaPluginDir: File by rootProject.extra
tasks.register<Sync>("ideaPlugin") {
dependsOn(":dist")