mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2026-03-02 03:39:24 +00:00
GitHub Actions: Fix the actions/setup-java@v2 configuration
This commit is contained in:
committed by
Jakub Chrzanowski
parent
321477d09e
commit
7633bab660
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
@@ -42,7 +42,8 @@ jobs:
|
||||
- name: Setup Java
|
||||
uses: actions/setup-java@v2
|
||||
with:
|
||||
java-version: 1.8
|
||||
distribution: zulu
|
||||
java-version: 8
|
||||
|
||||
# Check out current repository
|
||||
- name: Fetch Sources
|
||||
@@ -87,7 +88,8 @@ jobs:
|
||||
- name: Setup Java
|
||||
uses: actions/setup-java@v2
|
||||
with:
|
||||
java-version: 1.8
|
||||
distribution: zulu
|
||||
java-version: 8
|
||||
|
||||
# Check out current repository
|
||||
- name: Fetch Sources
|
||||
@@ -149,7 +151,8 @@ jobs:
|
||||
- name: Setup Java
|
||||
uses: actions/setup-java@v2
|
||||
with:
|
||||
java-version: 1.8
|
||||
distribution: zulu
|
||||
java-version: 8
|
||||
|
||||
# Check out current repository
|
||||
- name: Fetch Sources
|
||||
|
||||
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@@ -18,7 +18,8 @@ jobs:
|
||||
- name: Setup Java
|
||||
uses: actions/setup-java@v2
|
||||
with:
|
||||
java-version: 1.8
|
||||
distribution: zulu
|
||||
java-version: 8
|
||||
|
||||
# Check out current repository
|
||||
- name: Fetch Sources
|
||||
@@ -43,7 +44,8 @@ jobs:
|
||||
- name: Setup Java
|
||||
uses: actions/setup-java@v2
|
||||
with:
|
||||
java-version: 1.8
|
||||
distribution: zulu
|
||||
java-version: 8
|
||||
|
||||
# Check out current repository
|
||||
- name: Fetch Sources
|
||||
|
||||
Reference in New Issue
Block a user