[Android] compile.sh: Don't re-download graddle

Hugo Beauzée-Luyssen git at videolan.org
Fri Dec 29 10:56:01 CET 2017


vlc-android | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Fri Dec 29 10:25:30 2017 +0100| [bcc5d1d3d060428ccc7af45ca6fc88816aa090f0] | committer: Hugo Beauzée-Luyssen

compile.sh: Don't re-download graddle

> https://code.videolan.org/videolan/vlc-android/commit/bcc5d1d3d060428ccc7af45ca6fc88816aa090f0
---

 compile.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compile.sh b/compile.sh
index 23d829cb0..bd660578c 100755
--- a/compile.sh
+++ b/compile.sh
@@ -126,7 +126,7 @@ if [ ! -d "gradle/wrapper" ]; then
 
     cd gradle-${GRADLE_VERSION}
 
-    ./bin/gradle wrapper
+    ./bin/gradle --offline wrapper
     checkfail "gradle: wrapper failed"
 
     ./gradlew -version



More information about the Android mailing list