SonarSource / sonar-go-archived

SonarGo: Go Analyzer for SonarQube
https://docs.sonarqube.org/display/PLUG/SonarGo
Other
120 stars 24 forks source link

Build failed with SocketTimeoutException #365

Closed cobraxiaoping closed 5 years ago

cobraxiaoping commented 5 years ago

Builde this project with "./gradlew build", but it's failed. And the error message is "A problem occurred configuring project ':uast-generator-go'. "> java.net.SocketTimeoutException: connect timed out"

This project is run at Windows. I download ZIP and unzip it. Then i enter the root directory of the project through the PowerShell and RUN "./gradlew build". But it build failed. There are some error massage

`FAILURE: Build failed with an exception.

BUILD FAILED in 31s`

saberduck commented 5 years ago

@cobraxiaoping can you please post the output of the build using this commandline .\gradlew.bat -i --stacktrace --console=plain build

saberduck commented 5 years ago

Closing for inactivity