You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ij...@apache.org on 2019/11/22 07:00:40 UTC

[kafka] branch 2.0 updated: MINOR: Update to Gradle 4.10.3

This is an automated email from the ASF dual-hosted git repository.

ijuma pushed a commit to branch 2.0
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/2.0 by this push:
     new b39aa12  MINOR: Update to Gradle 4.10.3
b39aa12 is described below

commit b39aa1205dd8b4e05a9ae58fd013ca50be2dd00f
Author: Ismael Juma <is...@juma.me.uk>
AuthorDate: Thu Nov 21 22:53:39 2019 -0800

    MINOR: Update to Gradle 4.10.3
    
    Aligns with the 2.1 branch and fixes the
    TLS handshake error when executed with
    Java 7. This is necessary for the 1.0
    and 1.1 branches and we do it in 2.0
    too for consistency.
---
 gradle/dependencies.gradle               | 2 +-
 gradle/wrapper/gradle-wrapper.properties | 2 +-
 gradlew                                  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gradle/dependencies.gradle b/gradle/dependencies.gradle
index d7c86f4..aec19e9 100644
--- a/gradle/dependencies.gradle
+++ b/gradle/dependencies.gradle
@@ -54,7 +54,7 @@ versions += [
   bcpkix: "1.59",
   httpclient: "4.5.7",
   easymock: "3.6",
-  gradle: "4.8.1",
+  gradle: "4.10.3",
   jackson: "2.9.7",
   jetty: "9.4.11.v20180605",
   jersey: "2.27",
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties
index 3de9b8d..bc38fcf 100644
--- a/gradle/wrapper/gradle-wrapper.properties
+++ b/gradle/wrapper/gradle-wrapper.properties
@@ -14,6 +14,6 @@
 # limitations under the License.
 distributionBase=GRADLE_USER_HOME
 distributionPath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-4.8.1-all.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.3-all.zip
 zipStoreBase=GRADLE_USER_HOME
 zipStorePath=wrapper/dists
diff --git a/gradlew b/gradlew
index d92ee99..23decc8 100755
--- a/gradlew
+++ b/gradlew
@@ -98,7 +98,7 @@ esac
 # Loop in case we encounter an error.
 for attempt in 1 2 3; do
   if [ ! -e $APP_HOME/gradle/wrapper/gradle-wrapper.jar ]; then
-    if ! curl -s -S --retry 3 -L -o "$APP_HOME/gradle/wrapper/gradle-wrapper.jar" "https://raw.githubusercontent.com/gradle/gradle/v4.8.1/gradle/wrapper/gradle-wrapper.jar"; then
+    if ! curl -s -S --retry 3 -L -o "$APP_HOME/gradle/wrapper/gradle-wrapper.jar" "https://raw.githubusercontent.com/gradle/gradle/v4.10.3/gradle/wrapper/gradle-wrapper.jar"; then
       rm -f "$APP_HOME/gradle/wrapper/gradle-wrapper.jar"
       # Pause for a bit before looping in case the server throttled us.
       sleep 5