Skip to content

update Maven to 3.9.4 #63

update Maven to 3.9.4

update Maven to 3.9.4 #63

Workflow file for this run

---
name: Build Container Images
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
build-base:
uses: ./.github/workflows/container-images.yml
with:
image_name: base
subdir: base
build_args: |-
MAVEN_VERSION=3.9.4
build-dejagnu:
needs:
- build-base
uses: ./.github/workflows/container-images.yml
with:
image_name: dejagnu
subdir: dejagnu
build_args: ""
build-java:
needs:
- build-base
uses: ./.github/workflows/container-images.yml
with:
image_name: java
subdir: java
build_args: ""