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")
|
java.srcDir("src/generated/kotlin")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
publish()
|
||||||
|
|
||||||
javadocJar()
|
javadocJar()
|
||||||
sourcesJar()
|
sourcesJar()
|
||||||
runtimeJar(tasks.register<ShadowJar>("embeddable")) {
|
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")
|
relocate("com.google.protobuf", "org.jetbrains.kotlin.kpm.idea.proto.com.google.protobuf")
|
||||||
}
|
}
|
||||||
|
|
||||||
publish()
|
|
||||||
|
|
||||||
/* Setup configuration for binary compatibility tests */
|
/* Setup configuration for binary compatibility tests */
|
||||||
run {
|
run {
|
||||||
val binaryValidationApiElements by configurations.creating {
|
val binaryValidationApiElements by configurations.creating {
|
||||||
|
|||||||
Reference in New Issue
Block a user