File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,12 @@ jobs:
1010 with :
1111 submodules : recursive
1212 fetch-depth : 0 # needed for versioning
13- - name : Set up Java 11
14- uses : actions/setup-java@v1
13+ - name : Set up Java
14+ uses : actions/setup-java@v3
1515 with :
16+ distribution : ' temurin'
1617 java-version : 11
18+ cache : ' gradle'
1719 - name : Build with Gradle
1820 run : ./gradlew clean build test
1921 - uses : actions/upload-artifact@v2-preview
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-7.4 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.3 -bin.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments