Solved

Gradle Build Problem with Golang go-gradle plugin

  • 6 September 2021
  • 1 reply
  • 106 views

I am using legacy version till now and facing this issue of build recently.

I was trying to build the datacollector-edge-oss version 3.14 from source with command

gradlew goClean dist publishToMavenLocal --build-cache --stacktrace --info --scan

and the build is failing as per below scan results : gradle scan link

To resolve the issue, it seems the Bitbucket api is not accessible and the fork of same inflect library is present at volatile tech link.

 

Kindly let me know how i can solve this?

icon

Best answer by Dash 7 September 2021, 17:41

View original

1 reply

Userlevel 6
Badge +3

Hi!

For now, download this repository https://github.com/madhukard/datacollector-edge-oss and build it until we update the streamsets/datacollector-edge-oss repository with the fix.

Cheers,

Dash

 

Reply