Skip to content

Use centralized config #312

Use centralized config

Use centralized config #312

Workflow file for this run

on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out repo
uses: actions/checkout@v4
- name: Set up JDK 22
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 22
cache: maven
- name: Build with Maven
run: mvn verify -B