Hi team, I encountered this error for building `da...
# all-things-deployment
b
Hi team, I encountered this error for building
datahub-mae-consumer
image with tag
v0.8.26
Copy code
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?
And also what puzzled me is that why it tried to install
org.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? 🙏
The image build succeeded after i disable
checkstyleMain