boundless-student-48844
02/09/2022, 7:04 AMdatahub-mae-consumer
image with tag v0.8.26
Execution failed for task ':metadata-jobs:mae-consumer-job:checkstyleMain'.
> Could not resolve all files for configuration ':metadata-jobs:mae-consumer-job:checkstyle'.
> Could not download antlr4-runtime.jar (org.antlr:antlr4-runtime:4.7)
> Could not get resource '<https://plugins.gradle.org/m2/org/antlr/antlr4-runtime/4.7/antlr4-runtime-4.7.jar>'.
> Could not GET '<https://plugins.gradle.org/m2/org/antlr/antlr4-runtime/4.7/antlr4-runtime-4.7.jar>'.
> Connection reset
It seems to be due to redirect of URL (303 response when wget). Do you have some idea how to fix this?boundless-student-48844
02/09/2022, 7:14 AMorg.antlr:antlr4-runtime:4.7
as the ext dependency is org.antlr:antlr4-runtime:4.7.2
https://github.com/linkedin/datahub/blob/v0.8.26/build.gradle#L41
Do i miss out anything here? 🙏boundless-student-48844
02/09/2022, 10:41 AMcheckstyleMain