You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ju...@apache.org on 2015/05/29 02:23:55 UTC

kafka git commit: kafka-2185; Update to Gradle 2.4; patched by Ismael Juma; reviewed by Jun Rao

Repository: kafka
Updated Branches:
  refs/heads/trunk d6c45c70f -> 3836c5786


kafka-2185; Update to Gradle 2.4; patched by Ismael Juma; reviewed by Jun Rao


Project: http://git-wip-us.apache.org/repos/asf/kafka/repo
Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/3836c578
Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/3836c578
Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/3836c578

Branch: refs/heads/trunk
Commit: 3836c57865fe9f75f193d9dbdc236c2b81133eac
Parents: d6c45c7
Author: Ismael Juma <ml...@juma.me.uk>
Authored: Thu May 28 17:19:44 2015 -0700
Committer: Jun Rao <ju...@gmail.com>
Committed: Thu May 28 17:22:05 2015 -0700

----------------------------------------------------------------------
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kafka/blob/3836c578/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 96b55db..3dca28e 100644
--- a/build.gradle
+++ b/build.gradle
@@ -30,7 +30,7 @@ allprojects {
 }
 
 ext {
-    gradleVersion = "2.0"
+    gradleVersion = "2.4"
 }
 
 def isVerificationRequired(project) {