Skip to content

Commit

Permalink
Fix publishing to Gradle Plugin Portal
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnatBeresnev committed Jun 5, 2023
1 parent 3c4c845 commit 46c10ac
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
alias(libs.plugins.nexusPublish)
}

Expand Down

0 comments on commit 46c10ac

Please sign in to comment.