This is an automated email from the ASF dual-hosted git repository.
ijuma pushed a commit to branch 1.1
in repository https://gitbox.apache.org/repos/asf/kafka.git
commit 908c99bb35eb4de295974060acab8870f522b714
Author: Ismael Juma <ismael@juma.me.uk>
AuthorDate: Wed Mar 28 16:10:26 2018 -0700
MINOR: Downgrade to Gradle 4.5.1 (#4791)
There is a regression in 4.6 that causes
`testAll` to fail:
https://github.com/gradle/gradle/pull/4680
Reviewers: Jason Gustafson <jason@confluent.io>
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index a152b1e..0181536 100644
--- a/build.gradle
+++ b/build.gradle
@@ -79,7 +79,7 @@ allprojects {
}
ext {
- gradleVersion = "4.6"
+ gradleVersion = "4.5.1"
buildVersionFileName = "kafka-version.properties"
maxPermSizeArgs = []
--
To stop receiving notification emails like this one, please contact
ijuma@apache.org.
|