Skip to content

Commit 59c3997

Browse files
committed
don't get the signing conf interactively
1 parent eca5011 commit 59c3997

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ signing {
204204
}
205205

206206
// get signing confs interactively if needed
207-
gradle.taskGraph.whenReady {
207+
/*gradle.taskGraph.whenReady {
208208
val alreadyConfigured = with(project.extra) {
209209
(has("signing.keyId") && has("signing.secretKeyRingFile") && has("signing.password"))
210210
|| (has("signing.notNeeded") && get("signing.notNeeded") == "true")
@@ -231,7 +231,7 @@ gradle.taskGraph.whenReady {
231231
232232
console.printf("\nThanks.\n\n")
233233
}
234-
}
234+
}*/
235235

236236
tasks {
237237
val dokka by getting(DokkaTask::class) {

0 commit comments

Comments
 (0)