You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by ev...@apache.org on 2017/07/01 13:37:24 UTC

[40/50] [abbrv] bigtop git commit: Revert "BIGTOP-2825. Upgrade gradle to the latest 4.0"

Revert "BIGTOP-2825. Upgrade gradle to the latest 4.0"

This reverts commit 8dbca6d6d2de6c5a203dc061756ce34ab7898d66.
I have committed this by an accident. Reverting


Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo
Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/2d3dbdfb
Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/2d3dbdfb
Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/2d3dbdfb

Branch: refs/heads/branch-1.2
Commit: 2d3dbdfbd9cb1ffe2ff78a707f70503653da49a6
Parents: 31b5573
Author: Konstantin Boudnik <ko...@epam.com>
Authored: Wed Jun 28 20:12:29 2017 -0700
Committer: Evans Ye <ev...@apache.org>
Committed: Sat Jul 1 12:53:00 2017 +0000

----------------------------------------------------------------------
 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/2d3dbdfb/bigtop_toolchain/manifests/gradle.pp
----------------------------------------------------------------------
diff --git a/bigtop_toolchain/manifests/gradle.pp b/bigtop_toolchain/manifests/gradle.pp
index f09f5b7..19be947 100644
--- a/bigtop_toolchain/manifests/gradle.pp
+++ b/bigtop_toolchain/manifests/gradle.pp
@@ -15,7 +15,7 @@
 
 class bigtop_toolchain::gradle {
 
-  $gradle_version = '4.0'
+  $gradle_version = '2.14.1'
   $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/2d3dbdfb/gradle/wrapper/gradle-wrapper.properties
----------------------------------------------------------------------
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties
index 0acb6a2..2fd41c7 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-4.0-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-bin.zip