Skip to content

#619 - hot fix to test #471

#619 - hot fix to test

#619 - hot fix to test #471

Workflow file for this run

name: CI Build
on:
push:
branches:
- 'feature/**'
jobs:
build:
name: Maven Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
java-version: '21'
distribution: 'liberica'
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
settings-path: ${{ github.workspace }} # location for the settings.xml file
- name: Build with Maven
run: ./mvnw -B verify --file pom.xml