You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Carlfriedman did you ever figure this out? I had some code that looked very similar to yours to include wsdl files for the -wsdl parameter but can't seem to get verison 2 of the plugin to generate code from a wsdl.
FWIW, I got it to work just by setting srcDirName to "resources". You don't have to mess with the sourcesets since the plugin already includes all xjb and xsd files. The relationship between srcDir in the sourceset and the srcDirName in the xjc config block is unclear.
Hi,
I'm using an old version of an gradle xjc plugin and had two tasks there in my build.gradle:
Now I migrated to Java 11 and gradle-xjc-plugin 2.0. How can I migrate above code? I tried following, but was not successful:
The text was updated successfully, but these errors were encountered: