We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 500b30e + 68324c4 commit 044408eCopy full SHA for 044408e
ci/scripts/build-pr-project.sh
@@ -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
@@ -10,4 +10,4 @@ params:
10
CI: true
11
GRADLE_ENTERPRISE_URL: https://ge.spring.io
12
run:
13
- path: git-repo/ci/scripts/build-project.sh
+ path: git-repo/ci/scripts/build-pr-project.sh
0 commit comments