Set user.name in CI builds so it's picked up by Gradle Enterprise

This commit is contained in:
Andy Wilkinson
2020-07-25 10:33:39 +01:00
parent 141c59e348
commit 5d776f2a8b
6 changed files with 9 additions and 9 deletions

View File

@@ -5,5 +5,5 @@ source $(dirname $0)/common.sh
repository=$(pwd)/distribution-repository
pushd git-repo > /dev/null
run_maven -f spring-boot-samples/pom.xml clean install -U -Dfull -Drepository=file://${repository}
run_maven -f spring-boot-samples/pom.xml clean install -U -Dfull -Drepository=file://${repository} -Duser.name=concourse
popd > /dev/null