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

View File

@@ -15,7 +15,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
<maven.build.timestamp.format>yyyyMMdd</maven.build.timestamp.format>
<timestamp>${maven.build.timestamp}</timestamp>
<maven.compiler.release>21</maven.compiler.release>
<maven.compiler.release>22</maven.compiler.release>
</properties>
<build>