Within ml-gradle
, we can create a "provider" project to bundle shared MarkLogic assets (modules, schemas etc.) and use them from other dependent ml-gradle
projects.
https://github.com/marklogic-community/ml-gradle/tree/master/examples/dependency-project
I am wondering if we can also incorporate custom MarkLogic gradle tasks in the provider
project. Or we will need to create a gradle plugin to enable such functionality.
https://github.com/marklogic-community/ml-gradle/wiki/Writing-your-own-task
Thank you!