Skip to content

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

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 #17

Workflow file for this run

name: Run Tests
on:
push:
branches:
- develop
- master
pull_request:
jobs:
BuildAndTest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 1.8
uses: actions/setup-java@v4
with:
distribution: 'adopt'
java-package: jdk
java-version: '8'
- name: Build with Maven
run: mvn -B verify --file pom.xml