Skip to content

Bump org.sonatype.central:central-publishing-maven-plugin from 0.7.0 to 0.10.0 #31

Bump org.sonatype.central:central-publishing-maven-plugin from 0.7.0 to 0.10.0

Bump org.sonatype.central:central-publishing-maven-plugin from 0.7.0 to 0.10.0 #31

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-java@v5
with:
java-version: '8'
distribution: 'temurin'
- uses: actions/cache@v5
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
- run: mvn -B test