4 lines
65 B
Bash
4 lines
65 B
Bash
if ! [ -f "gradlew" ]; then
|
|
gradle wrapper
|
|
fi;
|
|
chmod +x gradlew |
if ! [ -f "gradlew" ]; then
|
|
gradle wrapper
|
|
fi;
|
|
chmod +x gradlew |