Skip to content

[maven-release-plugin] prepare release v3.0.19 #302

[maven-release-plugin] prepare release v3.0.19

[maven-release-plugin] prepare release v3.0.19 #302

Workflow file for this run

name: build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ '17', '21' ]
name: JDK ${{ matrix.java }}
steps:
- uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: ${{ matrix.java }}
distribution: 'liberica'
cache: 'maven'
- name: Build with Maven
run: mvn --batch-mode --update-snapshots verify