Skip to content

Commit 62ba4ef

Browse files
authored
Update maven.yml
1 parent cf7a671 commit 62ba4ef

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/maven.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)