File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - uses : actions/checkout@v2
13- - uses : actions/setup-java@v1
13+ - uses : actions/setup-java@v5
1414 with :
15- java-version : 11
15+ distribution : temurin
16+ java-version : 17
1617 - name : Save plugin version and type to ENV
1718 run : |
1819 echo "PLUGIN_VERSION=$(echo ${GITHUB_REF:10})" >> $GITHUB_ENV
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - uses : actions/checkout@v2
12- - uses : actions/setup-java@v1
12+ - uses : actions/setup-java@v5
1313 with :
14- java-version : 11
14+ distribution : temurin
15+ java-version : 17
1516
1617 - uses : burrunan/gradle-cache-action@v1.5
1718 with :
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-9.7.1 -all.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.0 -all.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments