Skip to content

[dependency] Bump org.apache.maven.plugins:maven-source-plugin from 3.2.1 to 3.3.0 #64

[dependency] Bump org.apache.maven.plugins:maven-source-plugin from 3.2.1 to 3.3.0

[dependency] Bump org.apache.maven.plugins:maven-source-plugin from 3.2.1 to 3.3.0 #64

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