mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 21:01:08 +00:00
Bug 1263390 - Use Gradle 2.10 and Android Gradle plugin 2.0. r=mcomella
MozReview-Commit-ID: SR6rhVroKv --HG-- extra : rebase_source : 8996393e452b089a029d5879ce902a69f75bc64e
This commit is contained in:
parent
14d14b9bca
commit
6c23264bea
@ -33,7 +33,7 @@ buildscript {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:1.5.0'
|
||||
classpath 'com.android.tools.build:gradle:2.0.0'
|
||||
classpath('com.stanfy.spoon:spoon-gradle-plugin:1.0.4') {
|
||||
// Without these, we get errors linting.
|
||||
exclude module: 'guava'
|
||||
|
6
gradle/wrapper/gradle-wrapper.properties
vendored
6
gradle/wrapper/gradle-wrapper.properties
vendored
@ -1,7 +1,7 @@
|
||||
#Mon Nov 02 13:44:39 GMT 2015
|
||||
#Tue Apr 12 09:52:06 CEST 2016
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-2.7-all.zip
|
||||
distributionSha256Sum=2ba0aaa11a3e96ec0af31d532d808e1f09cc6dcad0954e637902a1ab544b9e60
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-2.10-all.zip
|
||||
distributionSha256Sum=496d60c331f8666f99b66d08ff67a880697a7e85a9d9b76ff08814cf97f61a4c
|
||||
|
@ -3,7 +3,7 @@
|
||||
set -x -e
|
||||
|
||||
: WORKSPACE ${WORKSPACE:=/workspace}
|
||||
: GRADLE_VERSION ${GRADLE_VERSION:=2.7}
|
||||
: GRADLE_VERSION ${GRADLE_VERSION:=2.10}
|
||||
|
||||
set -v
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user