Skip to content

Make role-hierarchy cycle logging crash-proof (fixes #37) #110

Make role-hierarchy cycle logging crash-proof (fixes #37)

Make role-hierarchy cycle logging crash-proof (fixes #37) #110

Workflow file for this run

on:
push:
branches-ignore:
- main
- master-who
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'adopt'
- name: Build with Maven
run: mvn --batch-mode package