Skip to content

[maven-release-plugin] prepare for next development iteration #60

[maven-release-plugin] prepare for next development iteration

[maven-release-plugin] prepare for next development iteration #60

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