Update gradle.yml

This commit is contained in:
Anuken 2020-08-13 20:56:28 -04:00 committed by GitHub
parent 05b2b18f69
commit 4a8a7a9d8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ jobs:
with:
java-version: 8
- name: Run unit tests with gradle and Java 8
run: ./gradlew build
run: ./gradlew compileJava
buildJava14:
runs-on: ubuntu-latest
@ -25,4 +25,4 @@ jobs:
with:
java-version: 14
- name: Run unit tests with gradle and Java 14
run: ./gradlew build
run: ./gradlew compileJava