From 8f2a5a0ac51009286b54748ccfa9303845e7e3e8 Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Wed, 16 Oct 2024 16:30:50 -0400 Subject: [PATCH] Add Maven `-Duser.name=spring-builds+github` for Develocity --- .github/actions/build/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/build/action.yml b/.github/actions/build/action.yml index 9bd8367..5152764 100644 --- a/.github/actions/build/action.yml +++ b/.github/actions/build/action.yml @@ -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