File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ plugins {
99  id ' jacoco' 
1010  id ' com.gradleup.shadow' ' 8.3.0' 
1111  id ' org.jetbrains.kotlin.jvm' ' 2.0.0' 
12-   id( " io.github.gradle-nexus.publish-plugin" )  version ' 2.0.0' 
12+   id  ' io.github.gradle-nexus.publish-plugin' ' 2.0.0' 
1313}
1414
1515apply plugin : ' jacoco' 
@@ -314,8 +314,8 @@ nexusPublishing {
314314      username =  ENV . SONATYPE_USER 
315315      password =  ENV . SONATYPE_PASS 
316316
317-       nexusUrl. set(uri(" https://s01.oss .sonatype.org /service/local/" 
318-       snapshotRepositoryUrl. set(uri(" https://s01.oss. sonatype.org/content/repositories/ snapshots/" 
317+       nexusUrl. set(uri(" https://ossrh-staging-api.central .sonatype.com /service/local/" 
318+       snapshotRepositoryUrl. set(uri(" https://central. sonatype.com/repository/maven- snapshots/" 
319319    }
320320  }
321321
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments