-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4995 from openequella/ci/java-21-build
ci(github): bump java to 21
- Loading branch information
Showing
1 changed file
with
6 additions
and
28 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 |
---|---|---|
|
@@ -53,11 +53,11 @@ jobs: | |
with: | ||
node-version-file: '.nvmrc' | ||
|
||
- name: Set up JDK 11 | ||
- name: Set up JDK 21 | ||
uses: actions/setup-java@v3 | ||
with: | ||
distribution: adopt | ||
java-version: 11 | ||
java-version: 21 | ||
|
||
- name: Install node dependencies (oeq-rest-api) | ||
working-directory: oeq-ts-rest-api | ||
|
@@ -179,28 +179,6 @@ jobs: | |
name: Storybook | ||
path: react-front-end/storybook.tar | ||
|
||
build_import_export_tool: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
|
||
- name: Set up JDK 11 | ||
uses: actions/setup-java@v3 | ||
with: | ||
distribution: adopt | ||
java-version: 11 | ||
|
||
- name: Build | ||
working-directory: import-export-tool | ||
run: | | ||
./gradlew build | ||
- name: Save primary artefacts | ||
uses: actions/[email protected] | ||
with: | ||
name: ImportExportTools | ||
path: import-export-tool/build/libs/ | ||
|
||
functional_testing: | ||
needs: build_and_check | ||
|
||
|
@@ -244,11 +222,11 @@ jobs: | |
ffmpeg \ | ||
libimage-exiftool-perl | ||
- name: Set up JDK 11 | ||
- name: Set up JDK 21 | ||
uses: actions/setup-java@v3 | ||
with: | ||
distribution: adopt | ||
java-version: 11 | ||
java-version: 21 | ||
|
||
- uses: actions/checkout@v4 | ||
|
||
|
@@ -369,11 +347,11 @@ jobs: | |
ffmpeg \ | ||
libimage-exiftool-perl | ||
- name: Set up JDK 11 | ||
- name: Set up JDK 21 | ||
uses: actions/setup-java@v3 | ||
with: | ||
distribution: adopt | ||
java-version: 11 | ||
java-version: 21 | ||
|
||
- name: Setup node | ||
uses: actions/setup-node@v3 | ||
|