Skip to content

Bump maven-clean-plugin from 3.2.0 to 3.3.1 #321

Bump maven-clean-plugin from 3.2.0 to 3.3.1

Bump maven-clean-plugin from 3.2.0 to 3.3.1 #321

Workflow file for this run

name: CI
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 2
strategy:
matrix:
java: [ '8', '11', '17', '21' ]
steps:
- uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v3
with:
java-version: ${{ matrix.java }}
distribution: 'zulu'
- name: Build
run: ./mvnw --no-transfer-progress -B clean verify --file pom.xml