Hi,
I can't run the plugin, there is an issue when running : Unable to load class 'com.sun.xml.bind.Utils'.
I'm on Java 11 and Gradle 6.8.
I've tried adding the dependencies in my build.gradle, but it doesn't change anything.
My wsdl2java configuration looks like this
wsdl2java {
wsdlDir = file("src/main/resources/wsdl")
wsdlsToGenerate = [["$wsdlDir/naviwest.wsdl"]]
}
If you have any idea, I'm being stuck on this
Thanks