-
Notifications
You must be signed in to change notification settings - Fork 653
Open
Milestone
Description
Is there an existing issue for this?
- 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: kaby76/Antlr4BuildTasks#99 (comment)
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