Install Maven in CI workflow
Build / build (push) Failing after 1m37s

This commit is contained in:
Laura
2026-08-09 16:05:34 +02:00
parent d39805d7b1
commit 07dbe63628
+4
View File
@@ -17,6 +17,10 @@ jobs:
java-version: '18' java-version: '18'
cache: maven cache: maven
- uses: stCarolas/setup-maven@v5
with:
maven-version: 3.9.9
- name: Build with Maven - name: Build with Maven
run: mvn -B package run: mvn -B package