Skip to content

[dependency] Bump org.apache.maven.plugins:maven-compiler-plugin from 3.8.1 to 3.11.0 #76

[dependency] Bump org.apache.maven.plugins:maven-compiler-plugin from 3.8.1 to 3.11.0

[dependency] Bump org.apache.maven.plugins:maven-compiler-plugin from 3.8.1 to 3.11.0 #76

Workflow file for this run

name: build
on:
push:
branches:
- master
pull_request:
types:
- opened
- synchronize
- reopened
jobs:
build:
strategy:
matrix:
os: [ 'ubuntu-latest', 'windows-latest', 'macos-latest' ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
java-version: 11
distribution: adopt
- run: mvn --batch-mode verify