Skip to content

Bump commons-io:commons-io from 2.7 to 2.14.0 in /siloCore #150

Bump commons-io:commons-io from 2.7 to 2.14.0 in /siloCore

Bump commons-io:commons-io from 2.7 to 2.14.0 in /siloCore #150

Workflow file for this run

name: Java CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 11
uses: actions/setup-java@v4
with:
distribution: 'adopt' # See 'Supported distributions' for available options
java-version: '11'
- name: Build with Maven
run: mvn test --fail-at-end --batch-mode -Dmatsim.preferLocalDtds=true