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:
10
10
with :
11
11
submodules : recursive
12
12
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
15
15
with :
16
+ distribution : ' temurin'
16
17
java-version : 11
18
+ cache : ' gradle'
17
19
- name : Build with Gradle
18
20
run : ./gradlew clean build test
19
21
- uses : actions/upload-artifact@v2-preview
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =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
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments