[
https://issues.apache.org/jira/browse/GOBBLIN-1612?focusedWorklogId=728086&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-728086
]
ASF GitHub Bot logged work on GOBBLIN-1612:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 16/Feb/22 08:03
Start Date: 16/Feb/22 08:03
Worklog Time Spent: 10m
Work Description: sekikn opened a new pull request #3471:
URL: https://github.com/apache/gobblin/pull/3471
Dear Gobblin maintainers,
Please accept this PR. I understand that it will not be reviewed until I
have checked off all the steps below!
### JIRA
- [x] My PR addresses the following [Gobblin
JIRA](https://issues.apache.org/jira/browse/GOBBLIN/) issues and references
them in the PR title. For example, "[GOBBLIN-XXX] My Gobblin PR"
- https://issues.apache.org/jira/browse/GOBBLIN-1612
### Description
- [x] Here are some details about my PR, including screenshots (if
applicable):
This PR restores the description about downloading gradle wrapper which was
removed #3159 so that users can build Gobblin from the source distribution
without getting flustered.
### Tests
- [x] My PR adds the following unit tests __OR__ does not need testing for
this extremely good reason:
No additional tests, since it's just a documentation fix.
### Commits
- [x] My commits all reference JIRA issues in their subject lines, and I
have squashed multiple commits if they address the same issue. In addition, my
commits follow the guidelines from "[How to write a good git commit
message](http://chris.beams.io/posts/git-commit/)":
1. Subject is separated from body by a blank line
2. Subject is limited to 50 characters
3. Subject does not end with a period
4. Subject uses the imperative mood ("add", not "adding")
5. Body wraps at 72 characters
6. Body explains "what" and "why", not "how"
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 728086)
Remaining Estimate: 0h
Time Spent: 10m
> Add description about downloading gradle wrapper
> ------------------------------------------------
>
> Key: GOBBLIN-1612
> URL: https://issues.apache.org/jira/browse/GOBBLIN-1612
> Project: Apache Gobblin
> Issue Type: Improvement
> Reporter: Kengo Seki
> Priority: Minor
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Gobblin's source distribution doesn't contain gradle-wrapper.jar, so users
> have to download it themselves.
> {code}
> $ curl -sLO
> https://dlcdn.apache.org/gobblin/apache-gobblin-0.16.0/apache-gobblin-incubating-sources-0.16.0.tgz
> $ tar xf apache-gobblin-incubating-sources-0.16.0.tgz
> $ cd apache-gobblin-incubating-sources-0.16.0
> $ ./gradlew build
> Error: Could not find or load main class org.gradle.wrapper.GradleWrapperMain
> {code}
> Its explanation was in README.md before, but it seems to be removed in
> [this|https://github.com/apache/gobblin/pull/3159] commit.
> I think it should be restored, because the official document doesn't explain
> it too.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)