Skip to content

merge of relations branch into main Merge branch 'relate' #501

merge of relations branch into main Merge branch 'relate'

merge of relations branch into main Merge branch 'relate' #501

Workflow file for this run

name: Java CI
on: [push]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v3
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'adopt'
cache: maven
- name: Build
run: mvn install