Skip to content

Commit 4663443

Browse files
deblocktclaude
andcommitted
fix: update jreleaser.yml for JReleaser 1.22.0
- signing.armored → signing.pgp.armored - stagingRepository → stagingRepositories (list) - Add signing.mode: MEMORY 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent dc99b33 commit 4663443

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

jreleaser.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,15 @@ project:
1010

1111
signing:
1212
active: ALWAYS
13-
armored: true
13+
mode: MEMORY
14+
pgp:
15+
armored: true
1416

1517
deploy:
1618
maven:
1719
mavenCentral:
1820
sonatype:
1921
active: ALWAYS
2022
url: https://central.sonatype.com/api/v1/publisher
21-
stagingRepository: build/staging-deploy
23+
stagingRepositories:
24+
- build/staging-deploy

0 commit comments

Comments
 (0)