I am looking to move my existing maven based project to gradle. I am using jaxb2-maven-plugin in maven to do schemagen. Is there any equivalent method to do in gradle so that i can generated xsd’s from my java classes.
I am looking to move my existing maven based project to gradle. I am using jaxb2-maven-plugin in maven to do schemagen. Is there any equivalent method to do in gradle so that i can generated xsd’s from my java classes.