Skip to content

Issue/239 port 1.6.0 to 2.0.0 #608

Issue/239 port 1.6.0 to 2.0.0

Issue/239 port 1.6.0 to 2.0.0 #608

Workflow file for this run

name: Java 21 CI Build with Maven
on:
pull_request:
branches: develop_2
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: 21
cache: 'maven'
- name: Build with Maven
run: mvn --batch-mode --fail-at-end --threads 1C -DforkCount=2 -Dgpg.skip clean verify