Java Version war uneinheitlich.
Some checks failed
Productdefinitions Build & Deploy / deploy (push) Failing after 7s
Some checks failed
Productdefinitions Build & Deploy / deploy (push) Failing after 7s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user