File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 38
38
name : Get secrets
39
39
with :
40
40
aws_assume_role : ${{ vars.AWS_ROLE_ARN }}
41
- ssm_parameter_pairs : ' /production/common/releasing/sonatype/username = SONATYPE_USER_NAME,
42
- /production/common/releasing/sonatype/password = SONATYPE_PASSWORD,
41
+ ssm_parameter_pairs : ' /production/common/releasing/sonatype/central/ username = SONATYPE_USER_NAME,
42
+ /production/common/releasing/sonatype/central/ password = SONATYPE_PASSWORD,
43
43
/production/common/releasing/java/keyId = SIGNING_KEY_ID'
44
44
s3_path_pairs : ' launchdarkly-releaser/java/code-signing-keyring.gpg = code-signing-keyring.gpg'
45
45
Original file line number Diff line number Diff line change @@ -600,7 +600,10 @@ if (project == rootProject) {
600
600
nexusPublishing {
601
601
clientTimeout = java.time.Duration . ofMinutes(2 ) // we've seen extremely long delays in creating repositories
602
602
repositories {
603
- sonatype()
603
+ sonatype{
604
+ nexusUrl. set(uri(" https://ossrh-staging-api.central.sonatype.com/service/local/" ))
605
+ snapshotRepositoryUrl. set(uri(" https://central.sonatype.com/repository/maven-snapshots/" ))
606
+ }
604
607
}
605
608
}
606
609
}
You can’t perform that action at this time.
0 commit comments