Repository: kafka Updated Branches: refs/heads/trunk f5df13627 -> 1ef7672ed
MINOR: Update to Gradle 2.14.1 Better performance is always welcome: "The Gradle build itself has seen a 50% reduction in configuration time. You'll see the biggest impact on multi-project builds" Author: Ismael Juma <[email protected]> Reviewers: Ewen Cheslack-Postava <[email protected]> Closes #1644 from ijuma/update-gradle Project: http://git-wip-us.apache.org/repos/asf/kafka/repo Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/1ef7672e Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/1ef7672e Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/1ef7672e Branch: refs/heads/trunk Commit: 1ef7672ed6333c02cb0fb8096e5a700b1ef38ce1 Parents: f5df136 Author: Ismael Juma <[email protected]> Authored: Thu Jul 21 21:32:54 2016 -0700 Committer: Ewen Cheslack-Postava <[email protected]> Committed: Thu Jul 21 21:32:54 2016 -0700 ---------------------------------------------------------------------- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kafka/blob/1ef7672e/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index c76ff2a..ead2520 100644 --- a/build.gradle +++ b/build.gradle @@ -68,7 +68,7 @@ allprojects { } ext { - gradleVersion = "2.13" + gradleVersion = "2.14.1" buildVersionFileName = "kafka-version.properties" userMaxForks = project.hasProperty('maxParallelForks') ? maxParallelForks.toInteger() : null
