Build: Disable automated publishing setup for kotlin-gradle-plugin
We have our own publishing configured in the `publish` helper which conflicts with automated publishing of `java-gradle-plugin`
This commit is contained in:
@@ -11,6 +11,10 @@ plugins {
|
||||
id("jps-compatible")
|
||||
}
|
||||
|
||||
configure<GradlePluginDevelopmentExtension> {
|
||||
isAutomatedPublishing = false
|
||||
}
|
||||
|
||||
publish()
|
||||
|
||||
val jarContents by configurations.creating
|
||||
|
||||
Reference in New Issue
Block a user