Fix publication for kotlin-gradle-plugin-idea-proto

Javadoc and sources were missing.
This commit is contained in:
Nikolay Krasko
2022-06-29 10:39:08 +02:00
committed by teamcity
parent c67c615fa3
commit 48a2ef040e
@@ -33,6 +33,8 @@ sourceSets.main.configure {
java.srcDir("src/generated/kotlin")
}
publish()
javadocJar()
sourcesJar()
runtimeJar(tasks.register<ShadowJar>("embeddable")) {
@@ -41,8 +43,6 @@ runtimeJar(tasks.register<ShadowJar>("embeddable")) {
relocate("com.google.protobuf", "org.jetbrains.kotlin.kpm.idea.proto.com.google.protobuf")
}
publish()
/* Setup configuration for binary compatibility tests */
run {
val binaryValidationApiElements by configurations.creating {