Skip to content

Commit 76a6b26

Browse files
author
ntwigg
committed
Specify the new subkey.
1 parent 7a38945 commit 76a6b26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/java-publish.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ if (System.env['JITPACK'] == 'true' || version.endsWith('-SNAPSHOT')) {
181181
} else {
182182
signing {
183183
String gpg_key = decode64('ORG_GRADLE_PROJECT_gpg_key64')
184-
useInMemoryPgpKeys(gpg_key, System.env['ORG_GRADLE_PROJECT_gpg_passphrase'])
184+
useInMemoryPgpKeys('0x4272C851', gpg_key, System.env['ORG_GRADLE_PROJECT_gpg_passphrase'])
185185
sign(publishing.publications)
186186
}
187187

0 commit comments

Comments
 (0)