Using gradlew to test examples.
This commit is contained in:
parent
5580ea6687
commit
eb907c33fa
1 changed files with 2 additions and 2 deletions
|
@ -12,6 +12,6 @@ normal=$(tput sgr0)
|
|||
for ex in "java" "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
|
||||
done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue