[Android] [PATCH] Make gradle wrapper executable

Jean-Baptiste Kempf jb at videolan.org
Tue Feb 10 11:31:59 CET 2015


On 10 Feb, Geoffrey Métais wrote :
> ---
>  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

OK.


With my kindest regards,

-- 
Jean-Baptiste Kempf
http://www.jbkempf.com/ - +33 672 704 734
Sent from my Electronic Device


More information about the Android mailing list