Convert hbm files to orm.xml files

Hello, this was recently asked in our forum: Converting hbm.xml to orm.xml.

You don’t need the inputs task parameter for the Gradle plugin, the xml mappings should be on your local classpath as if you were using them normally in your application. You can also use the output of the hbm.xml transformer and manually fill-in the gaps like suggested in the previous topic.