File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 7979# Changelog
8080## [ Unreleased]
8181### Changed
82+ - Hardcoded the ` 2C7F998F4272C851 ` signing subkey for our new GPG setup.
8283- Better default tag message for spotless-changelog.
8384
8485## [ 8.0.3] - 2024-12-11
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ if (project.findProperty('enable_publishing') != 'true') {
55}
66
77def nexus_user = 干. proj(' nexus_user' , ' username for nexus/mavencentral (or unset enable_publishing)' )
8- def nexus_pass64 = 干. proj(' nexus_pass64' , ' password for nexus/mavencentral (or unset enable_publishing)' )
8+ def nexus_pass64 = 干. proj(' nexus_pass64' , ' password for nexus/mavencentral (or unset enable_publishing)' )
99def gpg_key64 = 干. proj(' gpg_key64' , ' gpg --export-secret-keys --armor <key-id>' )
1010def gpg_passphrase = 干. proj(' gpg_passphrase' , ' passphrase for unlocking gpg_key' )
1111
@@ -14,7 +14,7 @@ def gpg_key = new String(gpg_key64.decodeBase64())
1414if (plugins. hasPlugin(' maven-publish' )) {
1515 apply plugin : ' signing'
1616 signing {
17- useInMemoryPgpKeys(gpg_key, gpg_passphrase)
17+ useInMemoryPgpKeys(' 2C7F998F4272C851 ' , gpg_key, gpg_passphrase)
1818 sign(publishing. publications)
1919 }
2020}
You can’t perform that action at this time.
0 commit comments