Skip to content

Commit

Permalink
Fix publish plugin not added to root build.gradle (#724)
Browse files Browse the repository at this point in the history
  • Loading branch information
DmytroDm authored Jan 14, 2025
1 parent 0f156ec commit 1ebcf37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ plugins {
alias(libs.plugins.mokkery).apply(false)
alias(libs.plugins.dokka).apply(false)
alias(libs.plugins.kover).apply(false)
alias(libs.plugins.maven.publish).apply(false)
}

tasks.register('clean', Delete) {
Expand Down

0 comments on commit 1ebcf37

Please sign in to comment.