Polish integration of Gradle Enterprise in CI builds

This commit is contained in:
Andy Wilkinson
2020-07-24 12:53:41 +01:00
parent d435c19ab8
commit 6215052c5b
2 changed files with 24 additions and 1 deletions

View File

@@ -5,6 +5,6 @@ source $(dirname $0)/common.sh
repository=$(pwd)/distribution-repository
pushd git-repo > /dev/null
run_maven -N clean verify
run_maven -N clean verify -Dscan=false
run_maven -f spring-boot-project/pom.xml clean deploy -U -Dfull -DaltDeploymentRepository=distribution::default::file://${repository}
popd > /dev/null