Skip to content

Bump org.sonatype.central:central-publishing-maven-plugin from 0.8.0 to 0.9.0 #204

Bump org.sonatype.central:central-publishing-maven-plugin from 0.8.0 to 0.9.0

Bump org.sonatype.central:central-publishing-maven-plugin from 0.8.0 to 0.9.0 #204

Workflow file for this run

name: Continuous Integration
on:
push:
branches:
- main
workflow_dispatch:
pull_request:
jobs:
build:
name: Verify
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
- name: Setup Java
uses: actions/setup-java@v5
with:
java-version: '11'
distribution: 'adopt'
cache: maven
- name: Maven Verify
run: mvn --no-transfer-progress --batch-mode --update-snapshots --fail-at-end clean verify