wsdl2java-gradle-plugin icon indicating copy to clipboard operation
wsdl2java-gradle-plugin copied to clipboard

"Skipping task ':wsdl2java' as task onlyIf 'Task is enabled' is false." when using groups

Open branislav-ujmiak opened this issue 2 years ago • 2 comments

Hello, first of all thank you for the plugin. It works fine for simple cases, although when I try to use groups(as found in the documentation) to generate different packages and so on, the task keeps getting skipped with message "Skipping task ':wsdl2java' as task onlyIf 'Task is enabled' is false." image

branislav-ujmiak avatar Jan 12 '24 13:01 branislav-ujmiak

Same for me, task is skipped and i don't know why

RayBa82 avatar May 27 '24 11:05 RayBa82

you have to call a different task called by the name of your group.

wsdl2javaGroup1 or wsdl2javaGroup2 instead of plain wsdl2java

kromit avatar Aug 16 '24 10:08 kromit