Skip to content

#59 Move documentation from Confluence to Git #9

#59 Move documentation from Confluence to Git

#59 Move documentation from Confluence to Git #9

Workflow file for this run

name: CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java-version: [ 8, 11, 17 ]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: ${{ matrix.java-version }}
- run: mvn -B package --no-transfer-progress --file pom.xml