Skip to content

Commit

Permalink
Merge branch 'master' into 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
blootsvoets committed Dec 23, 2021
2 parents 8168a4b + 326885d commit 02d692e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/publishing.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,5 @@ signing {
}

tasks.withType(Sign).configureEach {
onlyIf { gradle.taskGraph.hasTask("${project.path}:publish") }
onlyIf { gradle.taskGraph.hasTask(project.tasks["publish"]) }
}

0 comments on commit 02d692e

Please sign in to comment.