Merge branch '2.3.x'

Closes gh-22651
This commit is contained in:
Andy Wilkinson
2020-07-29 17:55:28 +01:00
2 changed files with 9 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
#!/bin/bash
set -e
source $(dirname $0)/common.sh
pushd git-repo > /dev/null
./gradlew -Dorg.gradle.internal.launcher.welcomeMessageEnabled=false --no-daemon --max-workers=4 --continue build
popd > /dev/null

View File

@@ -10,4 +10,4 @@ params:
CI: true
GRADLE_ENTERPRISE_URL: https://ge.spring.io
run:
path: git-repo/ci/scripts/build-project.sh
path: git-repo/ci/scripts/build-pr-project.sh