How is the gradle support for NoSQL databases?

Hi all,

I’m new to gradle. I want to know how is gradle support for NoSQL database

Thanks Raj

Hello, The gradle distribution itself is not shipped with any NoSQL specifc tasks or plugins. It would be interesting to know which support you need? In general each and every ant task can be reused by Gradle and writing your own tasks / plugins is quite straight forward. Check the userguide for more details available at http://www.gradle.org/docs/current/userguide/userguide.html

cheers, René