Skip to content

Commit

Permalink
Use Maven 3.8.8 for building
Browse files Browse the repository at this point in the history
Also updated Mandrel version to latest 22.3 service release.
  • Loading branch information
sophokles73 committed Aug 16, 2023
1 parent dc06a08 commit c3060fe
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Set up Maven
uses: stCarolas/setup-maven@v4.5
with:
maven-version: 3.8.6
maven-version: 3.8.8
- name: Set up JDK
uses: actions/setup-java@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/native-images-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Set up Maven
uses: stCarolas/setup-maven@v4.5
with:
maven-version: 3.8.6
maven-version: 3.8.8
- name: Set up JDK
uses: actions/setup-java@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scanning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Set up Maven
uses: stCarolas/setup-maven@v4.5
with:
maven-version: 3.8.6
maven-version: 3.8.8

- name: Set up JDK
uses: actions/setup-java@v3
Expand Down
6 changes: 3 additions & 3 deletions jenkins/builder/HonoBuilder.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
# The resulting image can be used to build Hono from source, including the native executable
# of the hono-cli artifact.

FROM debian:stable-slim
FROM debian:bullseye-slim

ARG MANDREL_VERSION=22.3.1.0-Final
ARG MANDREL_VERSION=22.3.3.1-Final
# either java11 or java17
ARG JDK_VERSION=java17
ARG MVN_VERSION=3.8.6
ARG MVN_VERSION=3.8.8

ENV GRAALVM_HOME=/graalvm
ENV MAVEN_HOME=/maven
Expand Down

0 comments on commit c3060fe

Please sign in to comment.