Skip to content

Updated dependencies & Maven plugins. #109

Updated dependencies & Maven plugins.

Updated dependencies & Maven plugins. #109

Workflow file for this run

name: Build
on: [ push, workflow_dispatch ]
jobs:
build:
name: Build
strategy:
fail-fast: false
matrix:
os: [ windows-latest, ubuntu-latest, macOS-latest ]
runs-on: ${{ matrix.os }}
env:
MAVEN_OPTS: -Dhttp.keepAlive=false
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: zulu
java-version: 11
cache: 'maven'
- run: ./mvnw clean install -B -V -e -ntp