Skip to content

Merge branch 'main' into ALS-7051 #62

Merge branch 'main' into ALS-7051

Merge branch 'main' into ALS-7051 #62

Workflow file for this run

steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn --batch-mode --update-snapshots verify