Skip to content

Add java25 samples from PMD #10

Add java25 samples from PMD

Add java25 samples from PMD #10

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '25-ea'
cache: 'maven'
- name: Build with Maven
run: ./mvnw --show-version --no-transfer-progress --errors --batch-mode package