We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea3c333 commit d9a3423Copy full SHA for d9a3423
build.gradle.kts
@@ -69,3 +69,7 @@ tasks {
69
70
getByName("knitPrepare").dependsOn(getTasksByName("dokka", true))
71
}
72
+
73
+tasks.withType<AbstractPublishToMaven> {
74
+ dependsOn(tasks.withType<Sign>())
75
+}
0 commit comments