Trying without gnugpg

This commit is contained in:
Ziver Koc 2024-09-11 16:43:53 +02:00
parent b4719d2eb4
commit 9666853ccf
2 changed files with 2 additions and 2 deletions

View file

@ -54,7 +54,7 @@ publishing {
// Signing
signing {
useGpgCmd()
//useGpgCmd()
sign publishing.publications.mavenJava
}