Skip to content

Commit

Permalink
PR Workflow: enforce maven update of snapshot dependencies (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
hbenali authored Oct 14, 2024
1 parent bb71bb8 commit 5d70b4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cibuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,4 +186,4 @@ jobs:
if [ ! -z "${MAVEN_SUBMODULES:-}" ]; then
MAVEN_SUBMODULES_ARGS="-pl $(echo ${MAVEN_SUBMODULES} | sed 's/,/ -pl /g')"
fi
mvn -B clean verify -P${{ inputs.maven_profiles }} -Dstyle.color=always -Dmaven.artifact.threads=20 ${MAVEN_SUBMODULES_ARGS}
mvn -B clean verify -P${{ inputs.maven_profiles }} -Dstyle.color=always -Dmaven.artifact.threads=20 -U ${MAVEN_SUBMODULES_ARGS}

0 comments on commit 5d70b4e

Please sign in to comment.