GitHub user matzew opened a pull request:
https://github.com/apache/kafka/pull/3861
KAFKA-5895
As discussed in
[KAFKA-5895](https://issues.apache.org/jira/browse/KAFKA-5895), this trivial PR
is simply adding a hint that Gradle 3.0+ is now needed
You can merge this pull request
GitHub user matzew opened a pull request:
https://github.com/apache/kafka/pull/3370
making util classes final and adding private ctor
Utils with static methods should not be instantiated, hence marking the
classes `final` and adding a `private` constructor.
this is