Repository: kafka Updated Branches: refs/heads/trunk 1d4a0b881 -> 6e747d429
MINOR: Update to Gradle 2.8 There have been a number of improvements between the version we are currently using (2.4) and the current version (2.8): https://gradle.org/docs/2.5/release-notes https://gradle.org/docs/2.6/release-notes https://gradle.org/docs/2.7/release-notes http://gradle.org/docs/current/release-notes I'm particularly interested in the performance improvements. Author: Ismael Juma <[email protected]> Reviewers: Guozhang Wang Closes #343 from ijuma/gradle-2.8 Project: http://git-wip-us.apache.org/repos/asf/kafka/repo Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/6e747d42 Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/6e747d42 Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/6e747d42 Branch: refs/heads/trunk Commit: 6e747d42974bd6b445a3ffed50281a1e8d55c3a1 Parents: 1d4a0b8 Author: Ismael Juma <[email protected]> Authored: Wed Oct 21 11:37:57 2015 -0700 Committer: Guozhang Wang <[email protected]> Committed: Wed Oct 21 11:37:57 2015 -0700 ---------------------------------------------------------------------- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kafka/blob/6e747d42/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index cea945e..16fb981 100644 --- a/build.gradle +++ b/build.gradle @@ -42,7 +42,7 @@ allprojects { } ext { - gradleVersion = "2.4" + gradleVersion = "2.8" buildVersionFileName = "kafka-version.properties" userMaxForks = project.hasProperty('maxParallelForks') ? maxParallelForks.toInteger() : null
