I got the wsdl from client and need to generate stubs from that wsdl but condition is it should be **using jdk 17 and gradle 7.6. **
Tried multiple ways but always face issue with jars compatibility which is working in the older java version.
I am expecting build.gradle file which read the wsdl file and generate java objects in build/generated folder using jdk 17