paulirwin opened a new issue, #1228: URL: https://github.com/apache/lucenenet/issues/1228
### Is there an existing issue for this? - [x] I have searched the existing issues ### Describe the bug There is a known issue in Antlr4BuildTasks that can cause the build to occasionally and unpredictably fail when downloading the ANTLR jar. More context: https://github.com/kaby76/Antlr4BuildTasks/issues/99#issuecomment-3615794563 The issue seems to be Maven Central thinking it's a DoS attempt and blocking the request. Once Antlr4BuildTasks updates the code to fix this issue, we should update the dependency to resolve the issue. There is a known workaround in that issue's comments, of providing the jar manually, but I think we could wait and see if this gets fixed per the comment above first. ### Expected Behavior This particular issue does not occasionally fail the build. ### Steps To Reproduce Not easily reproducible, randomly fails. ### Exceptions (if any) _No response_ ### Lucene.NET Version _No response_ ### .NET Version _No response_ ### Operating System _No response_ ### Anything else? _No response_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
