Last active
August 29, 2015 13:56
-
-
Save dirkraft/9213344 to your computer and use it in GitHub Desktop.
Performs `gradle dependencyInsight` recursively over all modules. `gxargs` because brew install gnutls on a mac. built-in xargs is a POS. Gradle 1.11 dependencyInsight is significantly more reliable than 1.10. Go 1.11
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SAMPLE_DEPENDENCY="jersey-core" | |
find . -type f -name build.gradle -exec dirname {} \; \ | |
| gxargs -I{} gradle -p {} dependencyInsight --dependency ${SAMPLE_DEPENDENCY} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment