We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eca5011 commit 59c3997Copy full SHA for 59c3997
build.gradle.kts
@@ -204,7 +204,7 @@ signing {
204
}
205
206
// get signing confs interactively if needed
207
-gradle.taskGraph.whenReady {
+/*gradle.taskGraph.whenReady {
208
val alreadyConfigured = with(project.extra) {
209
(has("signing.keyId") && has("signing.secretKeyRingFile") && has("signing.password"))
210
|| (has("signing.notNeeded") && get("signing.notNeeded") == "true")
@@ -231,7 +231,7 @@ gradle.taskGraph.whenReady {
231
232
console.printf("\nThanks.\n\n")
233
234
-}
+}*/
235
236
tasks {
237
val dokka by getting(DokkaTask::class) {
0 commit comments