Skip to content

add maven central publish #59

add maven central publish

add maven central publish #59

Workflow file for this run

name: Verify Package
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- uses: actions/checkout@v4
- name: Set up Java for publishing to maven build
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
- name: Maven Clean Package
run: mvn clean package