File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ jobs:
2020 - uses : actions/checkout@v3
2121 with :
2222 fetch-depth : 0
23- - name : Set up JDK 11
23+ - name : Set up JDK 17
2424 uses : actions/setup-java@v3
2525 with :
2626 distribution : ' temurin'
27- java-version : ' 11 '
27+ java-version : ' 17 '
2828 cache : ' gradle'
2929 - name : Cache SonarCloud packages
3030 uses : actions/cache@v3
@@ -47,11 +47,11 @@ jobs:
4747 - uses : actions/checkout@v3
4848 with :
4949 fetch-depth : 0
50- - name : Set up JDK 11
50+ - name : Set up JDK 17
5151 uses : actions/setup-java@v3
5252 with :
5353 distribution : ' temurin'
54- java-version : ' 11 '
54+ java-version : ' 17 '
5555 cache : ' gradle'
5656 - name : Build with Gradle
5757 run : ./gradlew test --no-daemon
@@ -65,11 +65,11 @@ jobs:
6565 - uses : actions/checkout@v3
6666 with :
6767 fetch-depth : 0
68- - name : Set up JDK 11
68+ - name : Set up JDK 17
6969 uses : actions/setup-java@v3
7070 with :
7171 distribution : ' temurin'
72- java-version : ' 11 '
72+ java-version : ' 17 '
7373 cache : ' gradle'
7474 - name : Build with Gradle
7575 run : chmod +x gradlew && ./gradlew test --no-daemon
You can’t perform that action at this time.
0 commit comments