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 2017/09/20 21:19:56 UTC

kafka git commit: MINOR: Upgrade to Gradle 4.2

Repository: kafka
Updated Branches:
  refs/heads/trunk 552b17078 -> c2af13ed0


MINOR: Upgrade to Gradle 4.2

It includes the usual performance improvements, but
the nicest improvement for me is that the findBugs
plugin no longer outputs 10000+ lines in
Jenkins builds:

https://docs.gradle.org/4.2/release-notes.html#findbugs-plugin-does-not-render-analysis-progress-anymore

Author: Ismael Juma <is...@juma.me.uk>

Reviewers: Rajini Sivaram <ra...@googlemail.com>

Closes #3923 from ijuma/gradle-4.2


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

Branch: refs/heads/trunk
Commit: c2af13ed0eb0c664e944f6e6f27f2b59d003954a
Parents: 552b170
Author: Ismael Juma <is...@juma.me.uk>
Authored: Wed Sep 20 22:19:48 2017 +0100
Committer: Ismael Juma <is...@juma.me.uk>
Committed: Wed Sep 20 22:19:48 2017 +0100

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


http://git-wip-us.apache.org/repos/asf/kafka/blob/c2af13ed/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 022802a..cbae7b0 100644
--- a/build.gradle
+++ b/build.gradle
@@ -77,7 +77,7 @@ allprojects {
 }
 
 ext {
-  gradleVersion = "4.1"
+  gradleVersion = "4.2"
   buildVersionFileName = "kafka-version.properties"
 
   maxPermSizeArgs = []