Files
spring-boot/ci/scripts/build-pr-project.sh
T
Andy Wilkinson 2939476852 Allow build-pr-project.sh to be executed
See gh-22645
2020-07-31 12:18:07 +01:00

9 lines
210 B
Bash
Executable File

#!/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