Skip to content

Commit

Permalink
EP-4336 (#1511)
Browse files Browse the repository at this point in the history
* EP-4336

* jacoco fix
  • Loading branch information
oplekal authored Nov 19, 2024
1 parent 0c49b7a commit 98def29
Show file tree
Hide file tree
Showing 3 changed files with 973 additions and 11 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ jobs:
name: eperusteet-ui
path: eperusteet/eperusteet-service/src/main/resources/static/ui

- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '11'
java-version: '17'
distribution: 'adopt'
cache: 'maven'

Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
run: |
git clone https://github.com/Opetushallitus/ci-tools.git
source ci-tools/common/setup-tools.sh
export BASE_IMAGE="baseimage-fatjar-openjdk11:master"
export BASE_IMAGE="baseimage-fatjar-openjdk17:master"
cp eperusteet-service.jar $DOCKER_BUILD_DIR/artifact/eperusteet.jar
cp -vr $ARTIFACT_NAME/src/main/resources/oph-configuration $DOCKER_BUILD_DIR/config/
./ci-tools/common/pull-image.sh
Expand Down
Loading

0 comments on commit 98def29

Please sign in to comment.