Update maven.yml

This commit is contained in:
potzplitz 2024-03-03 02:26:35 +01:00 committed by GitHub
parent 163b8f7420
commit 4779315d10
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,7 +16,12 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v2
with:
java-version: '17' # Anpassen, falls eine andere JDK-Version verwendet werden soll
java-version: '17' # Anpassen auf die gewünschte Java-Version
distribution: 'adopt'
server-id: 'github'
server-username: ${{ github.actor }}
server-password: ${{ secrets.GITHUB_TOKEN }}
- name: Build Java project
run: |