Skip to content

[maven-release-plugin] prepare for next development iteration #526

[maven-release-plugin] prepare for next development iteration

[maven-release-plugin] prepare for next development iteration #526

Workflow file for this run

name: build
on: [push]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ '25' ]
name: JDK ${{ matrix.java }}
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- name: Set up JDK
uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
with:
java-version: ${{ matrix.java }}
distribution: 'liberica'
cache: 'maven'
- name: Cache downloaded test resources
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
with:
path: ~/.m2/repository/.cache/download-maven-plugin
key: sambox-test-resources-v2026-03-12
- name: Build with Maven
run: mvn --batch-mode --update-snapshots verify