get_gradle_dependencies.pl -- obtain a list of all gradle versions used in the entire history of a particular project and collect all gradle dependencies required to compile all bugs of that project.
get_gradle_dependencies.pl -p project_id
project_id
The id of the project for which the list of gradle dependencies is extracted and all gradle dependencies are collected.
Extracts all references to gradle distributions from the project's version control history and collects all gradle dependencies required to compile all bugs that project.
TODO: This script currently only works for git repositories!