When developing Hadoop applications very quickly many sub-modules of the main Hadoop project are required. In order to force a specific version, I as the author of my own Hadoop job would love to change the version of Hadoop for transitive libraries.
I.e. for all hadoop-*
dependencies and transitive dependencies I want to set them to a version foo.bar.baz
How can I achieve this with Gradle without the need to manually specify each module?