1.1.3
This commit is contained in:
parent
617c0b89ac
commit
e47f762a6f
1 changed files with 3 additions and 3 deletions
|
@ -22,7 +22,7 @@ gradle_opts="--console=plain --no-build-cache --no-daemon"
|
||||||
maven_args="compile exec:java"
|
maven_args="compile exec:java"
|
||||||
|
|
||||||
#
|
#
|
||||||
# Version: 1.1.2
|
# Version: 1.1.3
|
||||||
#
|
#
|
||||||
|
|
||||||
if [ "$java8" = true ]
|
if [ "$java8" = true ]
|
||||||
|
@ -102,6 +102,7 @@ checkDeps() {
|
||||||
read -p "Check Examples depencencies? [y/n] " cont
|
read -p "Check Examples depencencies? [y/n] " cont
|
||||||
clear
|
clear
|
||||||
case $cont in
|
case $cont in
|
||||||
|
[Nn] ) return ;;
|
||||||
* ) for ex in "${!examples[@]}"
|
* ) for ex in "${!examples[@]}"
|
||||||
do
|
do
|
||||||
runGradle $(echo "${examples[ex]}" | cut -d " " -f 1) dU
|
runGradle $(echo "${examples[ex]}" | cut -d " " -f 1) dU
|
||||||
|
@ -117,7 +118,6 @@ checkDeps() {
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
done ;;
|
done ;;
|
||||||
[Nn] ) return ;;
|
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -191,7 +191,7 @@ showMenu() {
|
||||||
echo " 6. Check Everything"
|
echo " 6. Check Everything"
|
||||||
}
|
}
|
||||||
|
|
||||||
readOptions(){
|
readOptions() {
|
||||||
local choice
|
local choice
|
||||||
read -p "Enter choice [1-6]: " choice
|
read -p "Enter choice [1-6]: " choice
|
||||||
case $choice in
|
case $choice in
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue