We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Version 5.1.0 does not seem to support the "language" parameter for the javagen task.
jaxb { javaGen { bindings { schema = file('src/main/resources/bindings/wsdl/CreditApplicationService.wsdl') language = 'WSDL'
results in a xjc call without "-wsdl" and task fails with > xjc failed.
> xjc failed
If I add "-wsdl" and do the call manually, it works...
The text was updated successfully, but these errors were encountered:
up vote. same issue for me
Sorry, something went wrong.
I found adding args = [ '-wsdl' ] provided an adequate workaround.
args = [ '-wsdl' ]
No branches or pull requests
Version 5.1.0 does not seem to support the "language" parameter for the javagen task.
results in a xjc call without "-wsdl" and task fails with
> xjc failed
.If I add "-wsdl" and do the call manually, it works...
The text was updated successfully, but these errors were encountered: