We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d95d488 commit 1eecf3bCopy full SHA for 1eecf3b
.github/workflows/build.yml
@@ -40,10 +40,10 @@ jobs:
40
- name: Install demo project
41
run: sh ${{ github.workspace }}/scripts/2_install_demo_project.sh
42
43
- - name: Set up JDK 11
+ - name: Set up JDK 17
44
uses: actions/setup-java@v2
45
with:
46
- java-version: '8'
+ java-version: '17'
47
distribution: 'adopt'
48
server-id: ossrh
49
server-username: MAVEN_USERNAME
0 commit comments