enable caching

This commit is contained in:
Jason Freeberg
2021-11-03 18:10:02 -07:00
parent a561392dff
commit 5354877aa0
+1
View File
@@ -40,6 +40,7 @@ jobs:
uses: actions/[email protected] uses: actions/[email protected]
with: with:
java-version: ${{ env.JAVA_VERSION }} java-version: ${{ env.JAVA_VERSION }}
cache: 'maven'
- name: Build with Maven - name: Build with Maven
run: mvn clean install run: mvn clean install