Migrates from circleci to github actions

This commit is contained in:
spencergibb
2022-01-19 13:49:33 -05:00
parent 0676a17ff4
commit e35d5bca87

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: