Skip to content

Commit

Permalink
Fix snapshot publishing (#1009)
Browse files Browse the repository at this point in the history
  • Loading branch information
romtsn authored Dec 13, 2020
1 parent cd6fb0b commit 7983445
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ktlint/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ shadowJar {
mergeServiceFiles()
}

publishing.publications.named("maven").configure {
artifact(shadowJar)
}

dependencies {
implementation project(':ktlint-core')
implementation project(':ktlint-reporter-baseline')
Expand Down

0 comments on commit 7983445

Please sign in to comment.