Skip to content

Bump pmd.version from 6.41.0 to 7.1.0 #298

Bump pmd.version from 6.41.0 to 7.1.0

Bump pmd.version from 6.41.0 to 7.1.0 #298

Workflow file for this run

name: Build
on:
pull_request:
branches:
- '*'
push:
branches:
- 'main'
- 'hotfix-*'
jobs:
build:
name: "Build"
runs-on: ubuntu-latest
strategy:
matrix:
java-version: [ '8.0.x', '11.0.x', '17.0.x' ]
steps:
- uses: actions/[email protected]
- name: Set up JDK ${{ matrix.java-version }}
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: ${{ matrix.java-version }}
- name: Maven Build
run: ./mvnw -Dmaven.test.failure.ignore=true clean verify --no-transfer-progress