Bo Zhang
Bo Zhang
`build.gradle` looks correct. Do you mind pasting the whole debug log to somewhere like [gist.github.com](https://gist.github.com) so that I can take a look at it? Of course, you can remove the...
Not really. Gogradle will try to access all path in `PATH` to find a local go executable, and that's why this error emerges in the debug log. You can find...
Thanks for the response. That's weird, do you have `gogradle.lock` in your project? If there's no test dependencies at all, I have no idea about why it's stuck at `resolveTestDependencies`....
Can you please share the stacktrace? You can get it by adding `--stacktrace`.
请附带相关信息:JDK/Gradle/gogradle版本。最好有可以重现的例子,否则无从查起。
I'm sorry, but I'm not an expert on protobuf. Could you please give me any reference or documentation so that I can understand your request?
Thank you very much, I'll take a look at it at weekends. :-)
@JohnRoach can you please retry with `-i` parameter? That would print more detailed log. You might see some error which happens when Gogradle tried to access `gopkg.in/alecthomas/kingpin.v2`.
I guess it got a `Read time out` or something just now.
Sorry but i'm out for vacation. Glad you've had a workaround. I'll take a look later. Thank you for reporting. On Thu, 21 Dec 2017 at 03:04 amimas wrote: >...