Skip to content

Commit

Permalink
MINOR: Update to Gradle 2.10
Browse files Browse the repository at this point in the history
Some of the Improvements Include:
- The Checkstyle task now produces a human friendly HTML report
- Potential performance improvements
- Bug Fixes

Author: Grant Henke <[email protected]>

Reviewers: Ewen Cheslack-Postava <[email protected]>

Closes apache#715 from granthenke/gradle
  • Loading branch information
granthenke authored and ewencp committed Dec 25, 2015
1 parent ea73356 commit ca7c76b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ allprojects {
}

ext {
gradleVersion = "2.9"
gradleVersion = "2.10"
buildVersionFileName = "kafka-version.properties"

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

0 comments on commit ca7c76b

Please sign in to comment.