Hello Kudu Jenkins, Grant Henke,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/11262
to look at the new patch set (#2).
Change subject: [gradle] fetch gradle-wrapper.jar from raw.githubusercontent.com
......................................................................
[gradle] fetch gradle-wrapper.jar from raw.githubusercontent.com
This patch switches the URL to fetch gradle-wrapper.jar from
github.com to raw.githubusercontent.com. That's to be able to build
the Java part of the project at older Linux distros (RH < 7.4).
The github.com servers dropped TLSv1/TLSv1.1 support some time ago:
see [1] for details.
[1] https://githubengineering.com/crypto-removal-notice/
Change-Id: Ia745ef4d69726852fbe60be0d1778705d5580f14
---
M java/gradle/wrapper.gradle
M java/gradlew
2 files changed, 7 insertions(+), 3 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/62/11262/2
--
To view, visit http://gerrit.cloudera.org:8080/11262
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Ia745ef4d69726852fbe60be0d1778705d5580f14
Gerrit-Change-Number: 11262
Gerrit-PatchSet: 2
Gerrit-Owner: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Grant Henke <[email protected]>
Gerrit-Reviewer: Kudu Jenkins