You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ew...@apache.org on 2015/12/25 20:40:26 UTC

kafka git commit: MINOR: Update to Gradle 2.10

Repository: kafka
Updated Branches:
  refs/heads/trunk ea7335690 -> ca7c76b26


MINOR: Update to Gradle 2.10

Some of the Improvements Include:
- The Checkstyle task now produces a human friendly HTML report
- Potential performance improvements
- Bug Fixes

Author: Grant Henke <gr...@gmail.com>

Reviewers: Ewen Cheslack-Postava <ew...@confluent.io>

Closes #715 from granthenke/gradle


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

Branch: refs/heads/trunk
Commit: ca7c76b2632bceaddacb5e6167e84904fd6f58f9
Parents: ea73356
Author: Grant Henke <gr...@gmail.com>
Authored: Fri Dec 25 14:40:00 2015 -0500
Committer: Ewen Cheslack-Postava <me...@ewencp.org>
Committed: Fri Dec 25 14:40:00 2015 -0500

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


http://git-wip-us.apache.org/repos/asf/kafka/blob/ca7c76b2/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 96ba9e6..6bb0363 100644
--- a/build.gradle
+++ b/build.gradle
@@ -45,7 +45,7 @@ allprojects {
 }
 
 ext {
-    gradleVersion = "2.9"
+    gradleVersion = "2.10"
     buildVersionFileName = "kafka-version.properties"
 
     userMaxForks = project.hasProperty('maxParallelForks') ? maxParallelForks.toInteger() : null