Include maven installation in actions
Some checks failed
Java CI with Maven / build (push) Failing after 1m50s

This commit is contained in:
Sebastian 2023-11-05 22:25:48 +01:00
parent caf0dc0b75
commit 4a59352435

View File

@ -15,6 +15,10 @@ jobs:
java-version: '17' java-version: '17'
distribution: 'temurin' distribution: 'temurin'
cache: maven cache: maven
- name: Set up Maven
uses: stCarolas/setup-maven@v4.5
with:
maven-version: 3.8.2
- name: Build with Maven - name: Build with Maven
run: mvn -B package --file pom.xml run: mvn -B package --file pom.xml