Skip to content

Commit 3b745ed

Browse files
author
Jacek Gębal
committed
Fixing version dependencies for Java
1 parent cef7fa9 commit 3b745ed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ jobs:
4444
- name: Install demo project
4545
run: sh ${{ github.workspace }}/scripts/2_install_demo_project.sh
4646

47-
- name: Set up JDK 11
47+
- name: Set up JDK 17
4848
uses: actions/setup-java@v5
4949
with:
50-
java-version: '11'
51-
distribution: 'adopt'
50+
java-version: '17'
51+
distribution: 'temurin'
5252
server-id: central
5353
server-username: MAVEN_USERNAME
5454
server-password: MAVEN_PASSWORD

0 commit comments

Comments
 (0)