Skip to content
This repository has been archived by the owner on Jun 30, 2024. It is now read-only.

build(deps): bump the java-dependencies group with 7 updates #449

build(deps): bump the java-dependencies group with 7 updates

build(deps): bump the java-dependencies group with 7 updates #449

Workflow file for this run

name: verify-push
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout git repo
uses: actions/checkout@v3
- name: Setup Java
uses: actions/setup-java@v3
with:
java-version: 17
distribution: 'zulu'
cache: 'maven'
- name: Maven verify
run: mvn verify --batch-mode -Dmaven.test.redirectTestOutputToFile -Dmatsim.preferLocalDtds=true --fail-at-end
env:
MAVEN_OPTS: -Xmx2g