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 2019/03/15 16:25:17 UTC

[bigtop] branch master updated: BIGTOP-3191. Old Gradle version causes Kafka 2.1.1 build failed (#498)

This is an automated email from the ASF dual-hosted git repository.

evansye pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bigtop.git


The following commit(s) were added to refs/heads/master by this push:
     new c4b5cf6  BIGTOP-3191. Old Gradle version causes Kafka 2.1.1 build failed (#498)
c4b5cf6 is described below

commit c4b5cf6c7d18245f96fc8adecfb34daee210d814
Author: Evans Ye <ev...@apache.org>
AuthorDate: Sat Mar 16 00:25:13 2019 +0800

    BIGTOP-3191. Old Gradle version causes Kafka 2.1.1 build failed (#498)
---
 bigtop_toolchain/manifests/gradle.pp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bigtop_toolchain/manifests/gradle.pp b/bigtop_toolchain/manifests/gradle.pp
index 13c6767..cb2c436 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 = '4.10.3'
   $gradle = "gradle-${gradle_version}"
 
   exec {"/usr/bin/wget https://services.gradle.org/distributions/${gradle}-bin.zip":