enable maven cache to speed up build

This commit is contained in:
Athou
2022-11-04 09:08:21 +01:00
parent f9e7653901
commit a461a72224

View File

@@ -18,6 +18,7 @@ jobs:
with:
java-version: ${{ matrix.java }}
distribution: "temurin"
cache: "maven"
- name: Build with Maven
run: mvn --batch-mode --update-snapshots verify
- uses: actions/upload-artifact@v3