mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
GitHub Actions — switch to Java 17
This commit is contained in:
parent
2731742432
commit
3773a52dba
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -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
|
||||
|
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -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
|
||||
|
4
.github/workflows/run-ui-tests.yml
vendored
4
.github/workflows/run-ui-tests.yml
vendored
@ -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…
Reference in New Issue
Block a user