Skip to content

Chore/migrate to maven central #274

Chore/migrate to maven central

Chore/migrate to maven central #274

Workflow file for this run

name: Maven CI
on:
workflow_dispatch:
pull_request:
branches: [ main ]
jobs:
Build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
cache: 'maven'
- name: Build with Maven
run: mvn verify -B