Build with Jdk 11

This commit is contained in:
Jobobby04 2021-07-22 15:35:05 -04:00
parent 2a39a9105e
commit 86d28ac17f
2 changed files with 4 additions and 4 deletions

View File

@ -31,10 +31,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: |

View File

@ -27,10 +27,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: |