Skip to content

Commit 79376bc

Browse files
committed
tunnel: sign using gpg-agent
This way we don't have to have a separate java universe. Signed-off-by: Jason A. Donenfeld <[email protected]>
1 parent b709d36 commit 79376bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tunnel/publish.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,6 @@ android.libraryVariants.all { variant ->
7373
}
7474

7575
signing {
76+
useGpgCmd()
7677
sign publishing.publications
7778
}

0 commit comments

Comments
 (0)