[Android] Use our own server to host gradle

Felix Paul Kühne git at videolan.org
Tue Mar 29 16:03:10 CEST 2016


vlc-android | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Tue Mar 29 16:03:20 2016 +0200| [a6c75231f786faa0d8c22a34d88ad18076284937] | committer: Felix Paul Kühne

Use our own server to host gradle

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

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

diff --git a/compile.sh b/compile.sh
index b36889a..cb92f27 100755
--- a/compile.sh
+++ b/compile.sh
@@ -77,7 +77,7 @@ checkfail()
 if [ ! -d "gradle/wrapper" ]; then
     echo "Downloading gradle"
     GRADLE_VERSION=2.10
-    GRADLE_URL=http://services.gradle.org/distributions/gradle-${GRADLE_VERSION}-all.zip
+    GRADLE_URL=http://download.videolan.org/pub/contrib/gradle-${GRADLE_VERSION}-all.zip
     wget ${GRADLE_URL} 2>/dev/null || curl -O ${GRADLE_URL}
     checkfail "gradle: download failed"
 



More information about the Android mailing list