Skip to content

Issue/397 fix 2.0.0 rc2 bugs #894

Issue/397 fix 2.0.0 rc2 bugs

Issue/397 fix 2.0.0 rc2 bugs #894

Workflow file for this run

name: DSF 2.x Java CI Build with Maven
on:
pull_request:
branches: develop_2
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v5
- name: Set up JDK 25
uses: actions/setup-java@v5
with:
distribution: 'zulu'
java-version: 25
cache: 'maven'
- name: Build with Maven
run: mvn --batch-mode --fail-at-end -DforkCount=2 clean verify