..
Some checks failed
Java CI with Maven / build (push) Failing after 2s

This commit is contained in:
2025-11-21 19:30:29 +01:00
parent be4e036e46
commit 15df500d82

View File

@@ -13,7 +13,7 @@ jobs:
image: maven:3.9.4-eclipse-temurin-21 # Maven + JDK 21 vorinstalliert image: maven:3.9.4-eclipse-temurin-21 # Maven + JDK 21 vorinstalliert
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v6
- name: Build with Maven - name: Build with Maven
run: mvn -B package --file pom.xml run: mvn -B package --file pom.xml