File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 9898  deploy-check :
9999    name : Skip deploy if PR or Fork or not a SNAPSHOT version 
100100    needs : [build, tests] 
101-     if : ${{ github.event_name != 'pull_request' && github. repository == 'facebook/litho' }} 
101+     if : ${{ github.repository == 'facebook/litho' }} 
102102    runs-on : ubuntu-latest 
103103    outputs :
104104      is-snapshot : ${{ steps.check_snapshot.outputs.IS_SNAPSHOT != '' }} 
@@ -108,7 +108,7 @@ jobs:
108108      - name : Check if SNAPSHOT version 
109109        id : check_snapshot 
110110        run : | 
111-           echo "IS_SNAPSHOT=`grep 'VERSION_NAME=[0-9\.]\+-SNAPSHOT' gradle.properties) `" >> $GITHUB_OUTPUT 
111+           echo "IS_SNAPSHOT=`grep 'VERSION_NAME=[0-9\.]\+-SNAPSHOT' gradle.properties`" >> $GITHUB_OUTPUT 
112112deploy :
113113    needs : [deploy-check] 
114114    if : ${{ needs.deploy-check.outputs.is-snapshot == 'true' }} 
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ VERSION_NAME=0.51.0-SNAPSHOT
1818GROUP =com.facebook.litho 
1919
2020SONATYPE_STAGING_PROFILE =comfacebook 
21- SONATYPE_HOST = DEFAULT 
22- RELEASE_SIGNING_ENABLED =true 
21+ mavenCentralPublishing = true 
22+ signAllPublications =true 
2323
2424POM_URL =https://github.com/facebook/litho 
2525POM_SCM_URL =https://github.com/facebook/litho.git 
@@ -38,7 +38,7 @@ DOKKA_VERSION=1.9.20
3838DATA_CLASS_GENERATE_VERSION =1.0.1 
3939
4040#  Deps for publishing
41- MAVEN_PUBLISH_PLUGIN =0.29 .0 
41+ MAVEN_PUBLISH_PLUGIN =0.34 .0 
4242
4343#  Gradle internals
4444org.gradle.internal.repository.max.retries =10 
Original file line number Diff line number Diff line change 1414
1515distributionBase =GRADLE_USER_HOME 
1616distributionPath =wrapper/dists 
17- distributionUrl =https\://services.gradle.org/distributions/gradle-8.1 -all.zip 
17+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.5 -all.zip 
1818zipStoreBase =GRADLE_USER_HOME 
1919zipStorePath =wrapper/dists 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments