This commit is contained in:
colaman90 2024-09-08 10:33:14 +02:00
parent 378754d8b5
commit 67eafebeff

View File

@ -14,12 +14,11 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Set up JDK 21 - uses: actions/setup-java@v4
uses: actions/setup-java@v4 with:
with: distribution: 'zulu' # See 'Supported distributions' for available options
distribution: 'temurin' java-version: '21'
java-version: 21
- name: Build with Maven - name: Build with Maven
run: mvn -B package --file pom.xml run: mvn -B package --file pom.xml