GitHub Actions — switch to Java 17

pull/370/head
Jakub Chrzanowski 1 year ago committed by Jakub Chrzanowski
parent 2731742432
commit 3773a52dba

@ -48,12 +48,12 @@ jobs:
- name: Gradle Wrapper Validation
uses: gradle/wrapper-validation-action@v1.0.6
# 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

@ -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

@ -35,12 +35,12 @@ jobs:
- name: Fetch Sources
uses: actions/checkout@v3
# 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
# Run IDEA prepared for UI testing

@ -11,6 +11,7 @@
- Dependencies - upgrade `org.jetbrains.kotlin.jvm` to `1.8.21`
- Dependencies (GitHub Actions) - upgrade `JetBrains/qodana-action` to `v2023.1.0`
- Upgrade Gradle Wrapper to `8.1.1`
- GitHub Actions — switch to Java 17
## [1.6.0] - 2023-04-13

Loading…
Cancel
Save