Skip to content

Fixes #73 - Remove SECURITY.md (#74) #74

Fixes #73 - Remove SECURITY.md (#74)

Fixes #73 - Remove SECURITY.md (#74) #74

Workflow file for this run

name: build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up Java 21
uses: actions/setup-java@v1
with:
java-version: 21
- name: Build with Maven
run: mvn -B package