You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ij...@apache.org on 2018/03/28 23:10:35 UTC

[kafka] branch trunk updated: MINOR: Downgrade to Gradle 4.5.1 (#4791)

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

ijuma pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 77b840b  MINOR: Downgrade to Gradle 4.5.1 (#4791)
77b840b is described below

commit 77b840b7c40dab29d1c05c70b3fd1e3ac981da6c
Author: Ismael Juma <is...@juma.me.uk>
AuthorDate: Wed Mar 28 16:10:26 2018 -0700

    MINOR: Downgrade to Gradle 4.5.1 (#4791)
    
    There is a regression in 4.6 that causes
    `testAll` to fail:
    
    https://github.com/gradle/gradle/pull/4680
    
    Reviewers: Jason Gustafson <ja...@confluent.io>
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index f122ec1..e090f52 100644
--- a/build.gradle
+++ b/build.gradle
@@ -79,7 +79,7 @@ allprojects {
 }
 
 ext {
-  gradleVersion = "4.6"
+  gradleVersion = "4.5.1"
   buildVersionFileName = "kafka-version.properties"
 
   maxPermSizeArgs = []

-- 
To stop receiving notification emails like this one, please contact
ijuma@apache.org.