This is an automated email from the ASF dual-hosted git repository.
gwenshap pushed a commit to branch 2.1
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/2.1 by this push:
new d860084 MINOR: Upgrade to Gradle 4.10.3
d860084 is described below
commit d860084dd9a0865fae9f9eacea6dbd14d16b7a94
Author: Ismael Juma <[email protected]>
AuthorDate: Wed Jan 2 17:17:19 2019 -0800
MINOR: Upgrade to Gradle 4.10.3
This includes a fix for an issue that required manual intervention
during the 2.1.0 release: the unexpected existence of a .mapping
file in the Maven repository.
Author: Ismael Juma <[email protected]>
Reviewers: Gwen Shapira <[email protected]>
Closes #6083 from ijuma/gradle-4.10.3
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index 98b0e38..407ad4e 100644
--- a/build.gradle
+++ b/build.gradle
@@ -89,7 +89,7 @@ allprojects {
}
ext {
- gradleVersion = "4.10.2"
+ gradleVersion = "4.10.3"
minJavaVersion = "8"
buildVersionFileName = "kafka-version.properties"