Re: Go SDK build failures with maven

2018-04-20 Thread Henning Rohde
Great! On Fri, Apr 20, 2018 at 6:28 AM Colm O hEigeartaigh wrote: > Thanks for the quick turnaround! Both builds now working correctly for me. > > Colm. > > On Fri, Apr 20, 2018 at 12:50 AM, Henning Rohde > wrote: > >> Hi Colm, >> >> The extra pubsub

Re: Go SDK build failures with maven

2018-04-20 Thread Colm O hEigeartaigh
Thanks for the quick turnaround! Both builds now working correctly for me. Colm. On Fri, Apr 20, 2018 at 12:50 AM, Henning Rohde wrote: > Hi Colm, > > The extra pubsub dependency broke the Maven build. The warning you see > in gradle seems to be a (non-breaking) linter

Re: Go SDK build failures with maven

2018-04-19 Thread Henning Rohde
Hi Colm, The extra pubsub dependency broke the Maven build. The warning you see in gradle seems to be a (non-breaking) linter check that the format string, which is interesting given that the function called is an internal one -- but the check happens to be correct. Sent you

Re: Go SDK build failures with maven

2018-04-19 Thread Henning Rohde
The Go build works best with Gradle and that's what you should use (other than possibly manually running go build etc). It looks like the build might be broken due to the Go streaming PR independently of the build tooling. Let me take a look. On Thu, Apr 19, 2018 at 7:09 AM Colm O hEigeartaigh