Skip to content

Update dependency pmd to v7 #717

Update dependency pmd to v7

Update dependency pmd to v7 #717

Workflow file for this run

name: Java CI
on:
pull_request:
branches:
- master
push:
branches:
- master
- refs/tags/*
tags:
- '*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
cache: 'gradle'
- name: Build
run: ./gradlew check