-
Notifications
You must be signed in to change notification settings - Fork 8
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
DSL compilation error #5
Comments
Sigh. Yes, unfortunately there was a contribution that I merged to support Alternatively I think you may be able to locally just delete sub-tree that requires this. I am not 100% sure what to do with this as I am not really happy about such dependency; ideally it'd come via Maven (I don't object to non-java deps per se, as long as they integrate well). So... that's the backstory. You can also download Mono support packages if you prefer, it's a one-time task at least. |
To disable DSL compilation you can comment out annotation processor for CompiledJsonProcessor. To avoid Mono dependency we can put generated code into the source... and recompile it on demand. |
@zapov I think pre-generation would make sense here. I don't as much mind other build steps (as long as they are stable), but mono dependency is bit limiting for anyone who might just want to casually check things out. |
I've created #7 so people can just run the project themselves. |
I've tried
mvn clean install
and got the following error. Does this really mean I need mono installed for a Java project :) ?The text was updated successfully, but these errors were encountered: