fix: add java distribution in ci (#3798)
Signed-off-by: kushthedude <kushthedude@gmail.com>
This commit is contained in:
parent
d27e59b75f
commit
df54013885
1
.github/workflows/pull_request.yml
vendored
1
.github/workflows/pull_request.yml
vendored
@ -102,6 +102,7 @@ jobs:
|
|||||||
- name: Set up Java 8
|
- name: Set up Java 8
|
||||||
uses: actions/setup-java@v2
|
uses: actions/setup-java@v2
|
||||||
with:
|
with:
|
||||||
|
distribution: 'adopt'
|
||||||
java-version: 8
|
java-version: 8
|
||||||
|
|
||||||
- name: Build OpenRefine
|
- name: Build OpenRefine
|
||||||
|
1
.github/workflows/snapshot_release.yml
vendored
1
.github/workflows/snapshot_release.yml
vendored
@ -29,6 +29,7 @@ jobs:
|
|||||||
- name: Set up Java 8
|
- name: Set up Java 8
|
||||||
uses: actions/setup-java@v2
|
uses: actions/setup-java@v2
|
||||||
with:
|
with:
|
||||||
|
distribution: 'adopt'
|
||||||
java-version: 8
|
java-version: 8
|
||||||
|
|
||||||
- name: Setup Node
|
- name: Setup Node
|
||||||
|
Loading…
Reference in New Issue
Block a user