3 examples for gradle
# Finds and executes gradle using the build.gradle file in the git repo. gradle --build-file $(find $(git rev-parse --show-toplevel) -name "build.gradle"
# Show a tree of the dependencies that ultimately get resolved when your app is compiled. gradle -q app:dependencies --configuration compile