Skip to content

Version 3.1.5: Small fixes and fix class name conflict with Tree add-on #35

Version 3.1.5: Small fixes and fix class name conflict with Tree add-on

Version 3.1.5: Small fixes and fix class name conflict with Tree add-on #35

Workflow file for this run

name: Java CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'adopt'
- name: Build with Maven
run: mvn --batch-mode --update-snapshots package