Skip to main content
Solved

Gradle Build Problem with Golang go-gradle plugin

  • September 6, 2021
  • 1 reply
  • 107 views

utkarsh.saraf
Fan

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?

Best answer by Dash

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

 

View original
Did this topic help you find an answer to your question?

Dash
Headliner
Forum|alt.badge.img+3
  • Senior Technical Evangelist and Developer Advocate at Snowflake
  • September 7, 2021

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