Use JDK 11 for build workflow (#4250)
This commit is contained in:
parent
df7e0d2f2f
commit
9b2c22b2d9
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -34,10 +34,10 @@ jobs:
|
||||
- name: Clone repo
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Set up JDK 1.8
|
||||
- name: Set up JDK 11
|
||||
uses: actions/setup-java@v1
|
||||
with:
|
||||
java-version: 1.8
|
||||
java-version: 11
|
||||
|
||||
- name: Copy CI gradle.properties
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user