Skip to content

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

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

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

Workflow file for this run

name: Java CI
on: [ push ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-java@v5
with:
java-version: 17
distribution: 'temurin'
cache: 'maven'
- name: Build with Maven
run: mvn --batch-mode verify