Use Java 17 for release builds

This commit is contained in:
GeorgH93 2023-01-28 19:40:21 +01:00
parent 06e009df0e
commit fb29e780dd
No known key found for this signature in database
GPG Key ID: D1630D37F9E4B3C8

View File

@ -13,10 +13,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
- name: Set up JDK 17
uses: actions/setup-java@v1
with:
java-version: 1.8
java-version: 17
server-id: github
settings-path: ${{ github.workspace }} # location for the settings.xml file