Use ./gradlew to test examples.
This commit is contained in:
parent
8ece30494d
commit
db5c3c6f47
1 changed files with 2 additions and 2 deletions
|
@ -12,6 +12,6 @@ normal=$(tput sgr0)
|
|||
for ex in "java" "kotlin" "annotation-processor/java" "annotation-processor/kotlin"; do
|
||||
cd "$dir/$ex" || exit 1
|
||||
echo "> Project: ${color}${ex}${normal}"
|
||||
gradle clean "$@" --console=plain --no-build-cache || exit 1
|
||||
./gradlew clean "$@" --console=plain --no-build-cache || exit 1
|
||||
echo
|
||||
done
|
Loading…
Add table
Add a link
Reference in a new issue