Skip to content

bump net.sourceforge.pmd:pmd-java from 7.3.0 to 7.4.0 (via #1109) #995

bump net.sourceforge.pmd:pmd-java from 7.3.0 to 7.4.0 (via #1109)

bump net.sourceforge.pmd:pmd-java from 7.3.0 to 7.4.0 (via #1109) #995

Workflow file for this run

name: Build
on:
workflow_dispatch:
pull_request:
branches:
- '*'
push:
branches:
- 'main'
- 'hotfix-*'
jobs:
build:
name: "Build"
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: "Set up JDK"
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: 21
- name: "Build with Gradle"
run: ./gradlew build -x test --scan
- name: "Run tests"
if: always()
run: ./gradlew --no-build-cache cleanTest test