This is an automated email from the ASF dual-hosted git repository.
ijuma pushed a change to branch 2.4
in repository https://gitbox.apache.org/repos/asf/kafka.git.
from cbc9f57 HOTFIX: safely clear all active state in onPartitionsLost (#7691)
new d03f52c KAFKA-1714: Fix gradle wrapper bootstrapping (#6031)
new c19266a MINOR: Update gradle wrapper
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.gitignore | 3 +-
README.md | 10 +-
gradle/wrapper/gradle-wrapper.properties | 19 +++
gradlew | 215 +++++++++++++++++++++++++++++++
wrapper.gradle | 107 ++++++++++++++-
5 files changed, 339 insertions(+), 15 deletions(-)
create mode 100644 gradle/wrapper/gradle-wrapper.properties
create mode 100755 gradlew
|