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 79
79
# Changelog
80
80
## [ Unreleased]
81
81
### Changed
82
+ - Hardcoded the ` 2C7F998F4272C851 ` signing subkey for our new GPG setup.
82
83
- Better default tag message for spotless-changelog.
83
84
84
85
## [ 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') {
5
5
}
6
6
7
7
def 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)' )
9
9
def gpg_key64 = 干. proj(' gpg_key64' , ' gpg --export-secret-keys --armor <key-id>' )
10
10
def gpg_passphrase = 干. proj(' gpg_passphrase' , ' passphrase for unlocking gpg_key' )
11
11
@@ -14,7 +14,7 @@ def gpg_key = new String(gpg_key64.decodeBase64())
14
14
if (plugins. hasPlugin(' maven-publish' )) {
15
15
apply plugin : ' signing'
16
16
signing {
17
- useInMemoryPgpKeys(gpg_key, gpg_passphrase)
17
+ useInMemoryPgpKeys(' 2C7F998F4272C851 ' , gpg_key, gpg_passphrase)
18
18
sign(publishing. publications)
19
19
}
20
20
}
You can’t perform that action at this time.
0 commit comments