Skip to content
This repository was archived by the owner on Dec 23, 2023. It is now read-only.

Commit c3bdd85

Browse files
committed
Update signing plugin to allow GPG agent usage.
1 parent d48eb5d commit c3bdd85

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,9 @@ subprojects {
339339

340340
signing {
341341
required false
342+
if (rootProject.hasProperty('signingUseGpgCmd')) {
343+
useGpgCmd()
344+
}
342345
sign configurations.archives
343346
}
344347

0 commit comments

Comments
 (0)