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 <ismael@juma.me.uk>

Reviewers: Rajini Sivaram <rajinisivaram@googlemail.com>

Closes #3923 from ijuma/gradle-4.2
This commit is contained in:
Ismael Juma 2017-09-20 22:19:48 +01:00
parent 552b170787
commit c2af13ed0e
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ allprojects {
} }
ext { ext {
gradleVersion = "4.1" gradleVersion = "4.2"
buildVersionFileName = "kafka-version.properties" buildVersionFileName = "kafka-version.properties"
maxPermSizeArgs = [] maxPermSizeArgs = []