Skip to content

Commit 19c20ee

Browse files
authored
Update maven.yml
1 parent a53f688 commit 19c20ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,11 @@ jobs:
7474
- uses: actions/checkout@v3
7575
with:
7676
fetch-depth: 0
77-
- name: Set up JDK 11
77+
- name: Set up JDK 17
7878
uses: actions/setup-java@v3
7979
with:
8080
distribution: 'temurin'
81-
java-version: 11
81+
java-version: 17
8282
cache: 'maven'
8383
- name: Cache SonarCloud packages
8484
uses: actions/cache@v3

0 commit comments

Comments
 (0)