wsdl2java-gradle-plugin
wsdl2java-gradle-plugin copied to clipboard
"Skipping task ':wsdl2java' as task onlyIf 'Task is enabled' is false." when using groups
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."
Same for me, task is skipped and i don't know why
you have to call a different task called by the name of your group.
wsdl2javaGroup1 or wsdl2javaGroup2 instead of plain wsdl2java