updating github actions

hope this works
This commit is contained in:
Robert Alan Chapton 2021-11-08 18:54:46 -08:00 committed by GitHub
parent 8eee39b88b
commit e287ad47d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,12 +31,13 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2
# 2. Setup Java 1.8 JDK
- name: Java 1.8 setup
uses: actions/setup-java@v1.4.3
# 2. Setup Java 16 JDK (Adopt)
- name: Java 16 setup
uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-package: jdk
java-version: 1.8
java-version: '16'
# 3. Setup local Maven package cache to speed up building
- name: Cache Maven packages