Skip to content
Snippets Groups Projects
Commit 8206e552 authored by Nicolas Pomepuy's avatar Nicolas Pomepuy
Browse files

Update build tools

parent 427bec4c
No related branches found
No related tags found
1 merge request!998Update build tools
Pipeline #102517 passed with stage
in 27 minutes and 44 seconds
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.android_plugin_version = '4.1.1'
ext.android_plugin_version = '4.2.1'
ext.kotlin_version = '1.4.31'
ext.kotlinx_version = '1.4.1'
repositories {
......
......@@ -260,7 +260,7 @@ fi
if [ ! -d "gradle/wrapper" ]; then
diagnostic "Downloading gradle"
GRADLE_VERSION=6.6
GRADLE_VERSION=6.7.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} || fail "gradle: download failed"
......
......@@ -5,6 +5,7 @@ cache:
- gradle-6.1.1/
- gradle-6.5/
- gradle-6.6/
- gradle-6.7.1/
- gradle/
- gradlew
......
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