Skip to content

Update dependency org.sonatype.central:central-publishing-maven-plugin to v0.9.0 #843

Update dependency org.sonatype.central:central-publishing-maven-plugin to v0.9.0

Update dependency org.sonatype.central:central-publishing-maven-plugin to v0.9.0 #843

Workflow file for this run

name: Test
on:
- pull_request
- push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 11
cache: maven
- name: ⭐ Test Build ⭐
run: mvn clean install -q -B