Repository: bigtop Updated Branches: refs/heads/master 609d9aeee -> b7edb367c
BIGTOP-2648: Gradle 2.7 SSL Problems Signed-off-by: Olaf Flebbe <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/b7edb367 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/b7edb367 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/b7edb367 Branch: refs/heads/master Commit: b7edb367cc51475a61863776b1fcb6f90df57f17 Parents: 609d9ae Author: Arnaud Launay <[email protected]> Authored: Wed Dec 28 22:43:56 2016 +0100 Committer: Olaf Flebbe <[email protected]> Committed: Fri Dec 30 13:21:40 2016 +0100 ---------------------------------------------------------------------- bigtop_toolchain/manifests/gradle.pp | 2 +- gradle/wrapper/gradle-wrapper.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/b7edb367/bigtop_toolchain/manifests/gradle.pp ---------------------------------------------------------------------- diff --git a/bigtop_toolchain/manifests/gradle.pp b/bigtop_toolchain/manifests/gradle.pp index 3557cb9..dcddfbe 100644 --- a/bigtop_toolchain/manifests/gradle.pp +++ b/bigtop_toolchain/manifests/gradle.pp @@ -15,7 +15,7 @@ class bigtop_toolchain::gradle { - $gradle_version = '2.7' + $gradle_version = '2.12' $gradle = "gradle-${gradle_version}" exec {"/usr/bin/wget http://services.gradle.org/distributions/${gradle}-bin.zip": http://git-wip-us.apache.org/repos/asf/bigtop/blob/b7edb367/gradle/wrapper/gradle-wrapper.properties ---------------------------------------------------------------------- diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index c7ae288..e44ba6c 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -17,4 +17,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-2.7-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-2.12-bin.zip
