Skip to content

Commit

Permalink
chore: increase JReleaser timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
zepfred committed Jan 15, 2025
1 parent df5f405 commit 9b0c308
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ deploy:
authorization: BASIC
# TODO Remove verifyPom tag, hack for https://github.com/jreleaser/jreleaser/issues/1397
verifyPom: false
maxRetries: 180 # the timeout for Maven state verification is now 30 minutes: 180 retries * 10-second delay
stagingRepositories:
- "target/staging-deploy"
artifactOverrides:
Expand Down

0 comments on commit 9b0c308

Please sign in to comment.