Creating and managing boms with gradle

Hi anybody,

we want to both create maven boms and use them in our further builds. Is there any built in api in gradle to handle this? For using boms I thought of using https://github.com/spring-gradle-plugins/dependency-management-plugin, but creating and uploading them I dind’t find a ready-to-use solution. Can you give me any hint how to solve this in a way to be future-proof?

Thanks
Cheers
Markus