Skip to content

Code adjustments for JDK 7. #120

Code adjustments for JDK 7.

Code adjustments for JDK 7. #120

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: 17
cache: 'maven'
- run: ./mvnw clean install -B -V -e -ntp