Hi All, For building the datahub project for devel...
# troubleshoot
a
Hi All, For building the datahub project for development as per https://datahubproject.io/docs/developers/, it seems like its referring gradle 6.x version and eventually failing the build . I was trying to see if we can upgrade the gradle to 8.1.1 and try the build . Is it possible ? if so then how we can change or upgrade the gradle while building the project. Any help or suggestion .
1
g
@adorable-megabyte-63781 Could you please share the error you are getting ?
a
HI @gentle-hamburger-31302, Please find the error . FAILURE: Build failed with an exception. * What went wrong: A problem occurred configuring project ':buildSrc'.
Could not resolve all files for configuration 'buildSrcclasspath'.
> Could not resolve com.linkedin.pegasusgradle plugins29.22.16. Required by: project :buildSrc > Could not resolve com.linkedin.pegasusgradle plugins29.22.16. > Could not get resource 'https://packages.confluent.io/maven/com/linkedin/pegasus/gradle-plugins/29.22.16/gradle-plugins-29.22.16.pom'. > Could not GET 'https://packages.confluent.io/maven/com/linkedin/pegasus/gradle-plugins/29.22.16/gradle-plugins-29.22.16.pom'. > Connection reset > Could not resolve com.linkedin.pegasusgradle plugins29.22.16. > Could not get resource 'https://linkedin.jfrog.io/artifactory/open-source/com/linkedin/pegasus/gradle-plugins/29.22.16/gradle-plugins-29.22.16.pom'. > Could not GET 'https://linkedin.jfrog.io/artifactory/open-source/com/linkedin/pegasus/gradle-plugins/29.22.16/gradle-plugins-29.22.16.pom'. > Connection reset
a
@adorable-megabyte-63781 please check your network. It is connectivity issue, might be you are behind firewall
a
Hi @gentle-hamburger-31302, we already checked the connectivity and allowed already in FW. My only concerns is the url reported in error does not seems to be valid . So if destination file does not exist then how does connectivity create problem. If you try accessing https://packages.confluent.io/maven/com/linkedin/pegasus/gradle-plugins/29.22.16/gradle-plugins-29.22.16.pom'. you won't be able to get it .
g
Could you please share build command ?
a
I am following https://datahubproject.io/docs/developers/ and initial build command itself failed .
a
@adorable-megabyte-63781 I tried the command on at my end on master branch, it is working without any issue Please find the version detail Java: openjdk 11.0.19 2023-04-18 Gradle: Gradle 6.9.2
a
ohhk..let me check with internal team again ..thanks