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
|
- name: Gradle Wrapper Validation
|
||||||
uses: gradle/wrapper-validation-action@v1.0.6
|
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
|
- name: Setup Java
|
||||||
uses: actions/setup-java@v3
|
uses: actions/setup-java@v3
|
||||||
with:
|
with:
|
||||||
distribution: zulu
|
distribution: zulu
|
||||||
java-version: 11
|
java-version: 17
|
||||||
cache: gradle
|
cache: gradle
|
||||||
|
|
||||||
# Set environment variables
|
# Set environment variables
|
||||||
|
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -24,12 +24,12 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
ref: ${{ github.event.release.tag_name }}
|
ref: ${{ github.event.release.tag_name }}
|
||||||
|
|
||||||
# Setup Java 11 environment for the next steps
|
# Setup Java environment for the next steps
|
||||||
- name: Setup Java
|
- name: Setup Java
|
||||||
uses: actions/setup-java@v3
|
uses: actions/setup-java@v3
|
||||||
with:
|
with:
|
||||||
distribution: zulu
|
distribution: zulu
|
||||||
java-version: 11
|
java-version: 17
|
||||||
cache: gradle
|
cache: gradle
|
||||||
|
|
||||||
# Set environment variables
|
# 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
|
- name: Fetch Sources
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
# Setup Java 11 environment for the next steps
|
# Setup Java environment for the next steps
|
||||||
- name: Setup Java
|
- name: Setup Java
|
||||||
uses: actions/setup-java@v3
|
uses: actions/setup-java@v3
|
||||||
with:
|
with:
|
||||||
distribution: zulu
|
distribution: zulu
|
||||||
java-version: 11
|
java-version: 17
|
||||||
cache: gradle
|
cache: gradle
|
||||||
|
|
||||||
# Run IDEA prepared for UI testing
|
# Run IDEA prepared for UI testing
|
||||||
|
@ -11,6 +11,7 @@
|
|||||||
- Dependencies - upgrade `org.jetbrains.kotlin.jvm` to `1.8.21`
|
- Dependencies - upgrade `org.jetbrains.kotlin.jvm` to `1.8.21`
|
||||||
- Dependencies (GitHub Actions) - upgrade `JetBrains/qodana-action` to `v2023.1.0`
|
- Dependencies (GitHub Actions) - upgrade `JetBrains/qodana-action` to `v2023.1.0`
|
||||||
- Upgrade Gradle Wrapper to `8.1.1`
|
- Upgrade Gradle Wrapper to `8.1.1`
|
||||||
|
- GitHub Actions — switch to Java 17
|
||||||
|
|
||||||
## [1.6.0] - 2023-04-13
|
## [1.6.0] - 2023-04-13
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user