Add Maven -Duser.name=spring-builds+github for Develocity

This commit is contained in:
Artem Bilan
2024-10-16 16:30:50 -04:00
parent c85f87cd4e
commit 8f2a5a0ac5

View File

@@ -34,7 +34,7 @@ runs:
id: publish
if: ${{ inputs.publish == 'true' }}
shell: bash
run: ./mvnw --no-transfer-progress --batch-mode --update-snapshots -DaltDeploymentRepository=local::file:deployment-repository/ clean deploy -Pspring
run: ./mvnw --no-transfer-progress --batch-mode --update-snapshots -DaltDeploymentRepository=local::file:deployment-repository/ clean deploy -Pspring -Duser.name=spring-builds+github
- name: Read version from pom.xml
id: read-version
shell: bash