[Android] [PATCH] Make gradle wrapper executable
Geoffrey Métais
geoffrey.metais at gmail.com
Tue Feb 10 11:27:46 CET 2015
---
compile.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/compile.sh b/compile.sh
index a1d4c09..f44811e 100755
--- a/compile.sh
+++ b/compile.sh
@@ -90,6 +90,7 @@ if [ ! -d "gradle/wrapper" ]; then
mkdir -p gradle
mv gradle-${GRADLE_VERSION}/gradle/wrapper/ gradle
mv gradle-${GRADLE_VERSION}/gradlew .
+ chmod +x gradlew
rm -rf gradle-${GRADLE_VERSION}-all.zip gradle-${GRADLE_VERSION}
fi
--
2.1.0
More information about the Android
mailing list