File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -113,6 +113,8 @@ jobs:
113113          echo "Releasing version:" && ./gradlew printVersion clean 
114114          ORG_GRADLE_PROJECT_signingKey=$(echo $SIGNING_KEY | base64 -d) ./gradlew publish 
115115          ./gradlew closeAndReleaseRepository 
116+           auth=$(echo -n "${ORG_GRADLE_PROJECT_ossrhUsername}:${ORG_GRADLE_PROJECT_ossrhPassword}" | base64) 
117+           curl -f -X POST -H "Authorization: Bearer ${auth}" https://ossrh-staging-api.central.sonatype.com/manual/upload/repository/org.hypertrace 
116118env :
117119          JVM_OPTS : -Xmx1g --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED --add-opens java.base/java.io=ALL-UNNAMED --add-opens java.base/java.net=ALL-UNNAMED --add-opens java.base/java.nio=ALL-UNNAMED 
118120          TERM : dumb 
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import org.hypertrace.gradle.publishing.License.APACHE_2_0;
22
33plugins {
44  id(" com.diffplug.spotless" " 5.2.0" false 
5-   id(" org.hypertrace.publish-maven-central-plugin" " 1.1.1 " 
5+   id(" org.hypertrace.publish-maven-central-plugin" " 1.1.2 " 
66  id(" org.hypertrace.ci-utils-plugin" " 0.4.0" 
77  id(" org.gradle.test-retry" " 1.5.0" false 
88  id(" org.owasp.dependencycheck" " 7.1.1" 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments