Java Version war uneinheitlich.
Some checks failed
Productdefinitions Build & Deploy / deploy (push) Failing after 7s

This commit is contained in:
2026-01-07 13:42:20 +01:00
parent 6d3c5f8b43
commit c34cbb4e56
2 changed files with 4 additions and 4 deletions

View File

@@ -11,14 +11,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up JDK 22
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: '22'
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn -B package --file pom.xml
run: mvn -B package