Skip to content

Commit 1eecf3b

Browse files
committed
SonarQube requires later Java version
1 parent d95d488 commit 1eecf3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ jobs:
4040
- name: Install demo project
4141
run: sh ${{ github.workspace }}/scripts/2_install_demo_project.sh
4242

43-
- name: Set up JDK 11
43+
- name: Set up JDK 17
4444
uses: actions/setup-java@v2
4545
with:
46-
java-version: '8'
46+
java-version: '17'
4747
distribution: 'adopt'
4848
server-id: ossrh
4949
server-username: MAVEN_USERNAME

0 commit comments

Comments
 (0)