Skip to content

The old matsim-uam-4.1.3-jar-with-dependencies.jar has some compiling… #47

The old matsim-uam-4.1.3-jar-with-dependencies.jar has some compiling…

The old matsim-uam-4.1.3-jar-with-dependencies.jar has some compiling… #47

Workflow file for this run

name: Maven Test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 1.11
- name: Build with Maven
run: mvn verify -B -Dmatsim.preferLocalDtds=true