We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cef7fa9 commit 3b745edCopy full SHA for 3b745ed
.github/workflows/build.yml
@@ -44,11 +44,11 @@ jobs:
44
- name: Install demo project
45
run: sh ${{ github.workspace }}/scripts/2_install_demo_project.sh
46
47
- - name: Set up JDK 11
+ - name: Set up JDK 17
48
uses: actions/setup-java@v5
49
with:
50
- java-version: '11'
51
- distribution: 'adopt'
+ java-version: '17'
+ distribution: 'temurin'
52
server-id: central
53
server-username: MAVEN_USERNAME
54
server-password: MAVEN_PASSWORD
0 commit comments