Skip to content

Build and Release

Build and Release #1

Workflow file for this run

name: Build
on:
workflow_dispatch:
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Set up JDK 16
uses: actions/[email protected]
with:
java-version: 16
distribution: adopt
- name: Build with Maven
run: mvn package