Skip to content

Commit

Permalink
Fix publishing metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Monkopedia committed Jan 13, 2023
1 parent cb34dfb commit 516665e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hauler/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ val javadocJar = tasks.create("javadocJar", Jar::class) {
}

publishing {
publications {
if (this !is MavenPublication) return@publications
publications.all {
if (this !is MavenPublication) return@all
artifact(javadocJar)
pom {
name.set(project.name)
Expand Down

0 comments on commit 516665e

Please sign in to comment.