This repository has been archived by the owner on Nov 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 65
Allow configuration of ExecTask jvm arguments #221
Comments
Merged
Hey @JamesGuthrie, I'm having the same problem. Did you happen to find any workaround? |
@JamesGuthrie I replaced Maybe this could also be an option for you... |
I reproduced this error in 63fb0b8 as follows:
Fixed by #248. Thank you for your contribution. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the feature
I would like to be able to provide a
jvmArgs
parameter during the configuration which is passed into the underlyingExecTask
.An example of how this could look:
Why do you want the feature?
The swagger generator currently does not run on jdk 16 because one of its dependencies performs illegal reflection. There is an issue open against that dependency jknack/handlebars.java#667. I suspect that it could take a while before anything moves there. In the meantime, it would be nice to be able to configure the jvm args to provide an
add-opens
argument.The text was updated successfully, but these errors were encountered: