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