Skip to content

Update README.md

Update README.md #37

Workflow file for this run

name: Build
on:
push:
jobs:
build:
uses: ./.github/workflows/run-with-maven.yml
with:
COMMAND: >
mvn --batch-mode -Dmaven.compiler.showDeprecation=true -Dmaven.compiler.showWarnings=true -Dproject.version=0.0.0-SNAPSHOT clean install