File tree Expand file tree Collapse file tree 5 files changed +11
-5
lines changed Expand file tree Collapse file tree 5 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 2323        uses : actions/setup-java@v4 
2424        with :
2525          distribution : ' temurin' 
26-           java-version : ' 17' 
26+           java-version : | 
27+             17 
28+             21 
2729name : Publish to Sonatype OSSRH 
2830        env :
2931          SONATYPE_USERNAME : ${{ secrets.SONATYPE_USERNAME }} 
Original file line number Diff line number Diff line change 4747          fetch-depth : 0 
4848
4949      - name : " 🔧 Setup GraalVM CE" 
50-         uses : graalvm/setup-graalvm@v1.3.5  
50+         uses : graalvm/setup-graalvm@v1.3.4  
5151        with :
5252          distribution : ' graalvm' 
5353          java-version : ${{ matrix.java }} 
Original file line number Diff line number Diff line change 2121        uses : actions/setup-java@v4 
2222        with :
2323          distribution : ' temurin' 
24-           java-version : ' 17' 
24+           java-version : | 
25+             17 
26+             21 
2527name : Publish to Sonatype Snapshots 
2628        if : success() 
2729        env :
Original file line number Diff line number Diff line change 2222        uses : actions/setup-java@v4 
2323        with :
2424          distribution : ' temurin' 
25-           java-version : ' 17' 
25+           java-version : | 
26+             17 
27+             21 
2628name : Set the current release version 
2729        id : release_version 
2830        run : echo "release_version=${GITHUB_REF:11}" >> $GITHUB_OUTPUT 
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.3 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.0.0 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments