Migrates from circleci to github actions

This commit is contained in:
spencergibb
2022-01-19 13:49:33 -05:00
parent 8a1fc544d2
commit 5e86df71f6

View File

@@ -20,7 +20,7 @@ jobs:
uses: actions/setup-java@v2
with:
distribution: 'temurin'
java-version: '17'
java-version: '8'
- name: Cache local Maven repository
uses: actions/cache@v2
with: