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 7a38945 commit 76a6b26Copy full SHA for 76a6b26
gradle/java-publish.gradle
@@ -181,7 +181,7 @@ if (System.env['JITPACK'] == 'true' || version.endsWith('-SNAPSHOT')) {
181
} else {
182
signing {
183
String gpg_key = decode64('ORG_GRADLE_PROJECT_gpg_key64')
184
- useInMemoryPgpKeys(gpg_key, System.env['ORG_GRADLE_PROJECT_gpg_passphrase'])
+ useInMemoryPgpKeys('0x4272C851', gpg_key, System.env['ORG_GRADLE_PROJECT_gpg_passphrase'])
185
sign(publishing.publications)
186
}
187
0 commit comments