-
Notifications
You must be signed in to change notification settings - Fork 10
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
Include native gen with plugin #19
Comments
I'd say that an explicit dependency is not so bad
|
I think to help people get started it would be better to include everything by default. They can then override or exclude what they wish. The problem is the tasks are defined in the plugin, but running the tasks will fail without the extra explicit dependencies. Not a pleasant suprise! Version conflict is something that has to be watched of course, but as a user I want the primary library authors to sort that out. I don't want to have to do this with every library I consume. |
Agreed. We should explain in the docs how to opt out. Cheers sent from:mobile
|
This is my argument for including the frege artifact with the plugin too, but I remember a few people wanted that explicit. Not sure what other language plugins do by default, I have always made explicit reference to versions for Groovy and Scala in the dependencies, so I am guessing the primary language artifact is not included with the plugin. |
For the compiler/runtime it is often so that one wants to change/upgrade to a version different than the "bundled" one. Change should be simple and obvious. Dierk sent from:mobile
|
Currently needs explicit native gen library in client project
The text was updated successfully, but these errors were encountered: