workflow fix attempt

This commit is contained in:
DTieman
2023-03-20 20:28:53 +01:00
committed by GitHub
parent 7f8a3c9523
commit 57b80b9cc9

View File

@@ -14,5 +14,9 @@ jobs:
with:
java-version: '17'
distribution: 'temurin'
- name: Set up Maven
uses: stCarolas/setup-maven@v4.5
with:
maven-version: 3.8.2
- name: Run the Maven verify phase
run: mvn --batch-mode --update-snapshots verify