openapi-generator-dart
openapi-generator-dart copied to clipboard
feat(cli): bump official generator version to 7.9
Yet another update of generator Please consider cutting a release after ;)
Thank you for your contribution. However, I am moving away from including a jar in the library and will instead download the jar from a config specified by the user. You can find the code here
If you are not okay with this approach, please do let me know your reservations.
@gibahjoe didn't read the code at a time, but agree 100% on that approach. however, does it mean for enduser to have maven installed on the system? if so, maybe it's better to handle that in the github actions instead?
that being said, don't mind closing this PR at all.
Sorry Just saw your comment.
No, the user does not have to have maven. The initial way didn't have to combine the multiple jars into a single jar, they could have been used as separate jars. I guess it was just easier having 1 jar instead of 2.
That being said, v6.0.0 has been released.
Closing this in favor of #162