GitHub Actions — switch to Java 17

This commit is contained in:
Jakub Chrzanowski
2023-04-26 13:13:57 +02:00
parent 6fdb8718c2
commit 5a681e2e10
4 changed files with 7 additions and 6 deletions

View File

@@ -24,12 +24,12 @@ jobs:
with:
ref: ${{ github.event.release.tag_name }}
# Setup Java 11 environment for the next steps
# Setup Java environment for the next steps
- name: Setup Java
uses: actions/setup-java@v3
with:
distribution: zulu
java-version: 11
java-version: 17
cache: gradle
# Set environment variables