You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gobblin.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2023/01/19 20:25:00 UTC

[jira] [Work logged] (GOBBLIN-1612) Add description about downloading gradle wrapper

     [ https://issues.apache.org/jira/browse/GOBBLIN-1612?focusedWorklogId=840447&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-840447 ]

ASF GitHub Bot logged work on GOBBLIN-1612:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 19/Jan/23 20:24
            Start Date: 19/Jan/23 20:24
    Worklog Time Spent: 10m 
      Work Description: Will-Lo merged PR #3471:
URL: https://github.com/apache/gobblin/pull/3471




Issue Time Tracking
-------------------

    Worklog Id:     (was: 840447)
    Time Spent: 40m  (was: 0.5h)

> 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: 40m
>  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.10#820010)