Skip to content

build: update configuration to publish to Maven Central repository #6

build: update configuration to publish to Maven Central repository

build: update configuration to publish to Maven Central repository #6

Workflow file for this run

name: Build CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '21'
cache: 'maven'
- name: Build with Maven
run: ./mvnw --batch-mode --update-snapshots clean install