Closed goostleek closed 8 years ago
Hi @goostleek!
To verify your problem and to be ensure that this is not another existing problem: Could you please do the following 5 times:
C:\Users\makl\.go
gradle --stacktrace --info build
Is there any try with a success or does every try fail?
Cheers, Gregor
I removed C:\Users\makl\.go
and killed the gradle daemon. It fails on every try. I can observe additional strange behaviour - the plugin does the download on each run. I can see it first removes all the downloaded content from C:\Users\makl\.go
then downloads it again.
Ok thanks for input. I now try to reproduce it.
I don't know if it helps but the downloaded GO SDK gives me the same error as the logs:
C:\Users\makl>C:\Users\makl\.go\sdk\bootstrap\bin\go.exe version
go: cannot find GOROOT directory: c:\go
So it seems the GO SDK requires GOROOT
to be explicitly set.
Mhh... Good to know. Thanks!
Close this as duplicate of #10.
Hi, is this fixed or just closed? - I am observing the same issue with 0.1.15 on Windows 10 machine, while it works absolutely fine on Mac OS X.
My
gradle.build
:Executing
gradle --stacktrace --info build
results in:I can see some inconsistency in
GOROOT
variable in the above log. The first occurrence ofGOROOT
isC:\Users\makl\.go\sdk\go1.7.1
but finally it complains: