Skip to content
Snippets Groups Projects
Commit bd34e1c8 authored by Geoffrey Métais's avatar Geoffrey Métais
Browse files

Upgrade gradle version

parent 88935522
No related branches found
No related tags found
No related merge requests found
......@@ -120,7 +120,7 @@ fi
if [ ! -d "gradle/wrapper" ]; then
diagnostic "Downloading gradle"
GRADLE_VERSION=4.6
GRADLE_VERSION=4.10.1
GRADLE_URL=https://download.videolan.org/pub/contrib/gradle/gradle-${GRADLE_VERSION}-bin.zip
wget ${GRADLE_URL} 2>/dev/null || curl -O ${GRADLE_URL}
checkfail "gradle: download failed"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment