Use JDK 11 in build workflow
This commit is contained in:
parent
01fc9707a7
commit
8800bd0e61
|
@ -36,10 +36,10 @@ jobs:
|
||||||
ref: master
|
ref: master
|
||||||
path: master
|
path: master
|
||||||
|
|
||||||
- name: Set up JDK 1.8
|
- name: Set up JDK 11
|
||||||
uses: actions/setup-java@v1
|
uses: actions/setup-java@v1
|
||||||
with:
|
with:
|
||||||
java-version: 1.8
|
java-version: 11
|
||||||
|
|
||||||
- name: Copy CI gradle.properties
|
- name: Copy CI gradle.properties
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue