Skip to content

Commit 3b55732

Browse files
committed
ci: remove useLegacyGpg=true and set executable to gpg
1 parent 7be00dc commit 3b55732

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ publishing {
119119

120120
ext["signing.gnupg.keyName"] = System.getenv("GPG_KEY_NAME")
121121
ext["signing.gnupg.passphrase"] = System.getenv("GPG_PASSPHRASE")
122-
ext["signing.gnupg.useLegacyGpg"] = true
122+
ext["signing.gnupg.executable"] = "gpg"
123123

124124
signing {
125125
useGpgCmd()

0 commit comments

Comments
 (0)