Use JDK 11 for build workflow (#4250)
(cherry picked from commit 9b2c22b2d953e196da6a6c2a061e9c38354a9d60)
This commit is contained in:
parent
27496ae77b
commit
d6d8cbd346
@ -32,10 +32,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…
x
Reference in New Issue
Block a user