Kengo Seki created GOBBLIN-1612:
-----------------------------------
Summary: 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
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)