Commit bda3cedf authored by Andy Wilkinson's avatar Andy Wilkinson

Suppress Gradle's welcome message in CI builds

Closes gh-19630
parent 823d39d6
SET "JAVA_HOME=C:\opt\jdk-8" SET "JAVA_HOME=C:\opt\jdk-8"
SET PATH=%PATH%;C:\Program Files\Git\usr\bin SET PATH=%PATH%;C:\Program Files\Git\usr\bin
cd git-repo cd git-repo
.\gradlew --no-daemon --max-workers=4 build .\gradlew --no-daemon --max-workers=4 --quiet build
...@@ -5,5 +5,5 @@ source $(dirname $0)/common.sh ...@@ -5,5 +5,5 @@ source $(dirname $0)/common.sh
repository=$(pwd)/distribution-repository repository=$(pwd)/distribution-repository
pushd git-repo > /dev/null pushd git-repo > /dev/null
./gradlew --no-daemon --max-workers=4 -PdeploymentRepository=${repository} build publishAllPublicationsToDeploymentRepository ./gradlew --no-daemon --max-workers=4 --quiet -PdeploymentRepository=${repository} build publishAllPublicationsToDeploymentRepository
popd > /dev/null popd > /dev/null
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment