generated from JetBrains/intellij-platform-plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update java version to 17 in workflows [release] [skip-verify]
- Loading branch information
Showing
2 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -73,12 +73,12 @@ jobs: | |
- name: Fetch Sources | ||
uses: actions/[email protected] | ||
|
||
# Setup Java 11 environment for the next steps | ||
# Setup Java 17.0.11 environment for the next steps | ||
- name: Setup Java | ||
uses: actions/setup-java@v2 | ||
with: | ||
distribution: zulu | ||
java-version: 11 | ||
distribution: corretto | ||
java-version: 17.0.11 | ||
cache: gradle | ||
|
||
# Run tests | ||
|
@@ -104,12 +104,12 @@ jobs: | |
- name: Fetch Sources | ||
uses: actions/[email protected] | ||
|
||
# Setup Java 11 environment for the next steps | ||
# Setup Java 17.0.11 environment for the next steps | ||
- name: Setup Java | ||
uses: actions/setup-java@v2 | ||
with: | ||
distribution: zulu | ||
java-version: 11 | ||
distribution: corretto | ||
java-version: 17.0.11 | ||
cache: gradle | ||
|
||
# Set environment variables | ||
|
@@ -155,12 +155,12 @@ jobs: | |
- name: Fetch Sources | ||
uses: actions/[email protected] | ||
|
||
# Setup Java 11 environment for the next steps | ||
# Setup Java 17.0.11 environment for the next steps | ||
- name: Setup Java | ||
uses: actions/setup-java@v2 | ||
with: | ||
distribution: zulu | ||
java-version: 11 | ||
distribution: corretto | ||
java-version: 17.0.11 | ||
cache: gradle | ||
|
||
# insert Analytics secrets | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters