ihji / sbt-antlr4

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

[SBT-013] Provide an option to users to instruct antlr to treat warnings as errors when generating the parser. #23

Closed dilipbiswal closed 5 years ago

dilipbiswal commented 5 years ago

Provide an option to users to instruct antlr to treat warnings as errors when generating the parser.

dilipbiswal commented 5 years ago

@ihji Thank you for creating the sbt-013 branch. I have created this on top of sbt-013. I am going to close the previous PR.

One question, would you please let me know whats the version of the plugin when its pushed to the repo ? i.e what should i have in the addSbtPlugin(...) on my end ? Thank you very much in advance.

ihji commented 5 years ago

@dilipbiswal Will be published as 0.8.2 and 0.7.13. 0.8.2 is already published and 0.7.13 is on track.

dilipbiswal commented 5 years ago

@ihji Got it. Thanks a lot.

ihji commented 5 years ago

LGTM. Thanks!

dilipbiswal commented 5 years ago

@ihji Thank you very much for speedy turn-around. Appreciate it very much !!