Re: Resolving Go SDK build/test failures when using gradle

2018-09-24 Thread Lukasz Cwik
Are we setting all the intra-project dependencies[1] within each of our Go based build.gradle files? I ask because typically I would suspect that the build system would attempt to get the dependency from its dependency management section if it wasn't declared within. 1: https://github.com/apache/

Resolving Go SDK build/test failures when using gradle

2018-09-21 Thread Robert Burke
If you haven't run into :beam-sdks-go:buildLinuxAmd64 or similar failing with "undefined: passert.Sum" recently, stop reading now. The root cause is that the gogradle plugin doesn't clean up the vendor directories that it sets up, in combination