Use JDK 11 in build workflow

This commit is contained in:
arkon 2021-01-13 16:03:42 -05:00
parent 01fc9707a7
commit 8800bd0e61
1 changed files with 2 additions and 2 deletions

View File

@ -36,10 +36,10 @@ jobs:
ref: master
path: master
- 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: |