Blog Archives

Gradle snippets: extract your dependencies

I believe you’ll find this in every gradle project you can download from the net. Since it’s groovy it’s best to just declare a map with your external dependencies in root project. You can then use it in your subprojects

Tagged with: , , ,
Posted in gradle snippets