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/setup-java@v2.3.1
with:
java-version: ${{ env.JAVA_VERSION }}
cache: 'maven'
- name: Build with Maven
run: mvn clean install