Stephane Nicoll
4 years ago
2 changed files with 9 additions and 1 deletions
@ -0,0 +1,8 @@
@@ -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 check |
||||
popd > /dev/null |
Loading…
Reference in new issue