Skip to content

Updating github actions build. #44

Updating github actions build.

Updating github actions build. #44

Workflow file for this run

name: build
on:
push:
branches:
- 'main'
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'temurin'
- name: Run the Maven verify phase
run: mvn --batch-mode --update-snapshots package