Skip to content

Commit

Permalink
Fix publishing to Gradle Plugin Portal (#3031)
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnatBeresnev committed Jun 7, 2023
1 parent bb1c151 commit 2611263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
id("org.jetbrains.conventions.dokka")

alias(libs.plugins.kotlinx.binaryCompatibilityValidator)
alias(libs.plugins.gradlePublish)
alias(libs.plugins.gradlePublish) apply false // see #3031 for "apply false" reasoning
alias(libs.plugins.nexusPublish)
}

Expand Down

0 comments on commit 2611263

Please sign in to comment.