Skip to content

Commit 70631d2

Browse files
committed
build: configure Gradle to use the GPG agent for signing
1 parent 0fbcdb4 commit 70631d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

publishing-build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,6 @@ publishing {
6868
}
6969

7070
signing {
71+
useGpgCmd()
7172
sign publishing.publications.mavenJava
7273
}

0 commit comments

Comments
 (0)