We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3407a8d commit a29a2c5Copy full SHA for a29a2c5
2 files changed
.github/workflows/build.yml
@@ -35,10 +35,10 @@ jobs:
35
- name: Install demo project
36
run: sh ${{ github.workspace }}/scripts/2_install_demo_project.sh
37
38
- - name: Set up JDK 8
+ - name: Set up JDK 11
39
uses: actions/setup-java@v2
40
with:
41
- java-version: '8'
+ java-version: '11'
42
distribution: 'adopt'
43
server-id: ossrh
44
server-username: MAVEN_USERNAME
.github/workflows/release.yml
@@ -31,10 +31,10 @@ jobs:
31
32
33
34
0 commit comments