Skip to content

Commit 044408e

Browse files
committed
Merge branch '2.3.x'
Closes gh-22651
2 parents 500b30e + 68324c4 commit 044408e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

ci/scripts/build-pr-project.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#!/bin/bash
2+
set -e
3+
4+
source $(dirname $0)/common.sh
5+
6+
pushd git-repo > /dev/null
7+
./gradlew -Dorg.gradle.internal.launcher.welcomeMessageEnabled=false --no-daemon --max-workers=4 --continue build
8+
popd > /dev/null

ci/tasks/build-pr-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ params:
1010
CI: true
1111
GRADLE_ENTERPRISE_URL: https://ge.spring.io
1212
run:
13-
path: git-repo/ci/scripts/build-project.sh
13+
path: git-repo/ci/scripts/build-pr-project.sh

0 commit comments

Comments
 (0)