Skip to content
This repository was archived by the owner on Sep 24, 2025. It is now read-only.

Make it clearer in README that the project is archived #59

Make it clearer in README that the project is archived

Make it clearer in README that the project is archived #59

Workflow file for this run

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