Skip to content

Prepared for the next release #305

Prepared for the next release

Prepared for the next release #305

Workflow file for this run

name: Java CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 1.11
uses: actions/setup-java@v4
with:
java-version: 11
distribution: 'temurin'
- name: Maven build
run: mvn -B clean install