File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 3030uses : gradle/actions/setup-gradle@v4 
3131
3232      - name : Publish 
33-         #  TODO: https://github.com/gradle/gradle/issues/22779
34-         run : ./gradlew publishToMavenCentral --no-configuration-cache 
33+         run : ./gradlew publishToMavenCentral 
3534        env :
3635          ORG_GRADLE_PROJECT_mavenCentralUsername : ${{ secrets.SONATYPE_NEXUS_USERNAME }} 
3736          ORG_GRADLE_PROJECT_mavenCentralPassword : ${{ secrets.SONATYPE_NEXUS_PASSWORD }} 
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ junit-platform = "1.13.3"
1313okhttp  = " com.squareup.okhttp3:okhttp:5.1.0" 
1414dokka  = " org.jetbrains.dokka:dokka-gradle-plugin:2.0.0" 
1515android-plugin  = { module  = " com.android.tools.build:gradle" version.ref  = " android-gradle" 
16- maven-publish-plugin  = " com.vanniktech:gradle-maven-publish-plugin:0.33.0 " 
16+ maven-publish-plugin  = " com.vanniktech:gradle-maven-publish-plugin:0.34.0-rc5 " 
1717
1818kotlin-stdlib  = { module  = " org.jetbrains.kotlin:kotlin-stdlib" version.ref  = " kotlin" 
1919kotlin-stdlib-jdk8  = { module  = " org.jetbrains.kotlin:kotlin-stdlib-jdk8" version.ref  = " kotlin" 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments