Skip to content

Commit 0f2995f

Browse files
committed
ci: comment out signing condition
1 parent b88e9bc commit 0f2995f

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
@@ -195,11 +195,11 @@ tasks {
195195
dependsOn("publish")
196196
}
197197

198-
withType<Sign>().configureEach {
198+
/*withType<Sign>().configureEach {
199199
onlyIf {
200200
project.hasProperty("signatory.keyId")
201201
}
202-
}
202+
}*/
203203

204204
withType<Wrapper> {
205205
gradleVersion = "6.6.1"

0 commit comments

Comments
 (0)