Grant Henke has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/10215 )
Change subject: [Java] Check in the Gradle wrapper properties ...................................................................... [Java] Check in the Gradle wrapper properties We were downloading the properties file, but that can result in using an outdated Gradle wrapper distribution. This changes .gitignore so the generated gradle-wrapper.properties file is checked in anytime we change the gradle verison and updates wrapper.gradle to add a license to the header. I also added the silent (-s) flag to the curl command when downloading the jar to remove some noise from the log. Change-Id: I3a772d5e093be29fcbabcbd8324bd6434fb33beb Reviewed-on: http://gerrit.cloudera.org:8080/10215 Tested-by: Kudu Jenkins Reviewed-by: Adar Dembo <[email protected]> --- M java/.gitignore M java/gradle/wrapper.gradle A java/gradle/wrapper/gradle-wrapper.properties M java/gradlew 4 files changed, 56 insertions(+), 30 deletions(-) Approvals: Kudu Jenkins: Verified Adar Dembo: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/10215 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I3a772d5e093be29fcbabcbd8324bd6434fb33beb Gerrit-Change-Number: 10215 Gerrit-PatchSet: 4 Gerrit-Owner: Grant Henke <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Grant Henke <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Todd Lipcon <[email protected]>
