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

Hugo Beauzée-Luyssen git at videolan.org
Tue Jan 16 17:45:15 CET 2018


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

compile.sh: Don't re-download gradle

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

 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