Revert "Use JDK 11 in build workflow"
This reverts commit 8800bd0e618224785bfe6e4ccc966e614d7e5821.
This commit is contained in:
parent
309507d33d
commit
36011b3c51
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -36,10 +36,10 @@ jobs:
|
||||
ref: master
|
||||
path: master
|
||||
|
||||
- name: Set up JDK 11
|
||||
- name: Set up JDK 1.8
|
||||
uses: actions/setup-java@v1
|
||||
with:
|
||||
java-version: 11
|
||||
java-version: 1.8
|
||||
|
||||
- name: Copy CI gradle.properties
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user