Skip to content

Commit

Permalink
Fix sonatype build
Browse files Browse the repository at this point in the history
  • Loading branch information
blootsvoets committed Sep 28, 2023
1 parent 049bfc2 commit ab089c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radar-commons-gradle/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ signing {
}

tasks.withType<Sign> {
onlyIf { gradle.taskGraph.hasTask(project.tasks["publishToSonatype"]) }
onlyIf { gradle.taskGraph.hasTask(project.tasks["publish"]) }
dependsOn(sourcesJar)
dependsOn(dokkaJar)
}
Expand Down

0 comments on commit ab089c0

Please sign in to comment.