build: allow signing with using gpg-agent

This commit is contained in:
oSumAtrIX 2023-08-11 01:14:08 +02:00
parent 648cb8f546
commit 9c6dffab51
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4
1 changed files with 1 additions and 0 deletions

View File

@ -161,6 +161,7 @@ subprojects {
}
signing {
useGpgCmd()
sign(publishing.publications["mavenJava"])
}
}