Update maven.yml

This commit is contained in:
potzplitz 2024-03-02 23:27:00 +01:00 committed by GitHub
parent c517f99fe1
commit a2da0a6f8a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,7 +15,7 @@ jobs:
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
java-version: 17.0.8
- name: Build mit Maven
run: mvn -B package --file pom.xml