We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7be00dc commit 3b55732Copy full SHA for 3b55732
build.gradle.kts
@@ -119,7 +119,7 @@ publishing {
119
120
ext["signing.gnupg.keyName"] = System.getenv("GPG_KEY_NAME")
121
ext["signing.gnupg.passphrase"] = System.getenv("GPG_PASSPHRASE")
122
-ext["signing.gnupg.useLegacyGpg"] = true
+ext["signing.gnupg.executable"] = "gpg"
123
124
signing {
125
useGpgCmd()
0 commit comments