Skip to content

Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.3 to 3.5.4 #36

Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.3 to 3.5.4

Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.3 to 3.5.4 #36

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