Update maven.yml
This commit is contained in:
parent
c517f99fe1
commit
a2da0a6f8a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/maven.yml
vendored
2
.github/workflows/maven.yml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue