Fix publication for kotlin-gradle-plugin-idea-proto
Javadoc and sources were missing.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user