ihji / sbt-antlr4

Antlr4 plugin for sbt 1.1+ and 0.13.x
57 stars 35 forks source link

Separate ANTLR4 runtime and build dependency #6

Closed thetristan closed 9 years ago

thetristan commented 9 years ago

This change allows projects to only include the ANTLR4 runtime dependency as a library dependency while still using the full ANTLR4 dependency for generating sources during the build.

If a project needs the full dependency, antlr4RuntimeDependency can still be set to the same value as antlr4Dependency in the build definition.

thetristan commented 9 years ago

@ihji, have you had a chance to review this yet? This change would be beneficial for a project I'm currently working on, and I'm sure it'd be beneficial for others, too.

Looking forward to your feedback.

ihji commented 9 years ago

@thetristan LGTM. Thanks for your contribution!