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

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

Closes #1644 from ijuma/update-gradle
This commit is contained in:
Ismael Juma 2016-07-21 21:32:54 -07:00 committed by Ewen Cheslack-Postava
parent f5df13627a
commit 1ef7672ed6
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ allprojects {
}
ext {
gradleVersion = "2.13"
gradleVersion = "2.14.1"
buildVersionFileName = "kafka-version.properties"
userMaxForks = project.hasProperty('maxParallelForks') ? maxParallelForks.toInteger() : null