Skip to content

Updated version information #80

Updated version information

Updated version information #80

Workflow file for this run

name: maven
on:
push:
branches: [ '2.0.X', '2.1.X', '2.2.X', '2.3.X', '2.4.X', master ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ 8, 11 ]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: ${{ matrix.java }}
cache: 'maven'
- run: mvn -B package --file pom.xml