Skip to content

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

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

Workflow file for this run

name: Java CI with Maven
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
maven_version:
uses: sfuhrm/github_workflows/.github/workflows/maven-expression.yml@main
with:
java_version: 21
expression: project.version
call-workflow-passing-data:
needs: maven_version
uses: sfuhrm/github_workflows/.github/workflows/maven.yml@main
with:
java_version: "[\"11\", \"17\", \"21\"]"
artifact_name: build
artifact_path: ./radiobrowser4j/target/radiobrowser4j-${{ needs.maven_version.outputs.expression_value }}.jar