Skip to content

Updating version and description. #22

Updating version and description.

Updating version and description. #22

Workflow file for this run

name: Build Artifacts
on: [push, workflow_dispatch]
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- uses: actions/checkout@v3
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: 11
distribution: adopt
architecture: x64
- name: Build
run: mvn --batch-mode --update-snapshots package