Skip to content

Commit a29a2c5

Browse files
committed
Switched to Java 11
1 parent 3407a8d commit a29a2c5

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

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

38-
- name: Set up JDK 8
38+
- name: Set up JDK 11
3939
uses: actions/setup-java@v2
4040
with:
41-
java-version: '8'
41+
java-version: '11'
4242
distribution: 'adopt'
4343
server-id: ossrh
4444
server-username: MAVEN_USERNAME

.github/workflows/release.yml

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

34-
- name: Set up JDK 8
34+
- name: Set up JDK 11
3535
uses: actions/setup-java@v2
3636
with:
37-
java-version: '8'
37+
java-version: '11'
3838
distribution: 'adopt'
3939
server-id: ossrh
4040
server-username: MAVEN_USERNAME

0 commit comments

Comments
 (0)