Browse Source

Update gradle version

3.3.x
Nicolas Pomepuy 6 years ago
parent
commit
f613955e1a
  1. 2
      build.gradle
  2. 2
      buildsystem/compile.sh
  3. 2
      buildsystem/gitlab/.gitlab-ci.yml

2
build.gradle

@ -1,6 +1,6 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules. // Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript { buildscript {
ext.android_plugin_version = '3.6.3' ext.android_plugin_version = '4.0.0'
ext.kotlin_version = '1.3.72' ext.kotlin_version = '1.3.72'
ext.kotlinx_version = '1.3.6' ext.kotlinx_version = '1.3.6'
repositories { repositories {

2
buildsystem/compile.sh

@ -249,7 +249,7 @@ fi
if [ ! -d "gradle/wrapper" ]; then if [ ! -d "gradle/wrapper" ]; then
diagnostic "Downloading gradle" diagnostic "Downloading gradle"
GRADLE_VERSION=5.6.4 GRADLE_VERSION=6.1.1
GRADLE_URL=https://download.videolan.org/pub/contrib/gradle/gradle-${GRADLE_VERSION}-bin.zip 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" wget ${GRADLE_URL} 2>/dev/null || curl -O ${GRADLE_URL} || fail "gradle: download failed"

2
buildsystem/gitlab/.gitlab-ci.yml

@ -2,7 +2,7 @@ cache:
paths: paths:
- .gradle/ - .gradle/
- gradle-5.4.1/ - gradle-5.4.1/
- gradle-5.6.4/ - gradle-6.1.1/
- gradle/ - gradle/
- gradlew - gradlew

Loading…
Cancel
Save