Skip to content

Commit

Permalink
MINOR: Downgrade to Gradle 4.5.1 (apache#4791)
Browse files Browse the repository at this point in the history
There is a regression in 4.6 that causes
`testAll` to fail:

gradle/gradle#4680

Reviewers: Jason Gustafson <[email protected]>
  • Loading branch information
ijuma authored Mar 28, 2018
1 parent 28f1fc2 commit 77b840b
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 @@ -79,7 +79,7 @@ allprojects {
}

ext {
gradleVersion = "4.6"
gradleVersion = "4.5.1"
buildVersionFileName = "kafka-version.properties"

maxPermSizeArgs = []
Expand Down

0 comments on commit 77b840b

Please sign in to comment.