Revert "Use JDK 11 in build workflow"

This reverts commit 8800bd0e61.
This commit is contained in:
arkon 2021-01-13 16:45:20 -05:00
parent 309507d33d
commit 36011b3c51
1 changed files with 2 additions and 2 deletions

View File

@ -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: |