Skip to content

Commit

Permalink
MINOR: Update to Gradle 2.14.1
Browse files Browse the repository at this point in the history
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
  • Loading branch information
ijuma authored and ewencp committed Jul 22, 2016
1 parent f5df136 commit 1ef7672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -68,7 +68,7 @@ allprojects {
}

ext {
gradleVersion = "2.13"
gradleVersion = "2.14.1"
buildVersionFileName = "kafka-version.properties"

userMaxForks = project.hasProperty('maxParallelForks') ? maxParallelForks.toInteger() : null
Expand Down

0 comments on commit 1ef7672

Please sign in to comment.