Skip to content

Updated validations and other dependencies #5

Updated validations and other dependencies

Updated validations and other dependencies #5

Workflow file for this run

name: Build
on:
workflow_dispatch:
push:
branches:
- main
paths-ignore:
- '**.md'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: '8'
cache: maven
- name: Build with mvn package
run: mvn -B --no-transfer-progress package