Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only depend on antlr4-runtime at runtime #4

Merged
merged 1 commit into from Jun 20, 2022
Merged

Conversation

comp500
Copy link
Contributor

@comp500 comp500 commented Jun 19, 2022

By default, the Gradle ANTLR plugin depends on the full ANTLR4 binary, which significantly bloats the dependency size where only the ANTLR runtime is required - see gradle/gradle#820. This PR removes the ANTLR dependency from the api configuration used for Maven repository POMs, and adds a dependency on antlr4-runtime.

@valderman
Copy link
Owner

Nice catch; thanks!

@valderman valderman merged commit 2b68280 into valderman:main Jun 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants