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 3838        name : Get secrets 
3939        with :
4040          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, 
4343          /production/common/releasing/java/keyId = SIGNING_KEY_ID'  
4444          s3_path_pairs : ' launchdarkly-releaser/java/code-signing-keyring.gpg = code-signing-keyring.gpg' 
4545
Original file line number Diff line number Diff line change @@ -600,7 +600,10 @@ if (project == rootProject) {
600600    nexusPublishing {
601601        clientTimeout =  java.time.Duration . ofMinutes(2 ) //  we've seen extremely long delays in creating repositories
602602        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+             }
604607        }
605608    }
606609}
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments