Created
January 6, 2018 06:01
-
-
Save sreeprasad/ad611c6756e5aa04d0cecd88184700f6 to your computer and use it in GitHub Desktop.
This git shows the command to add to `build.gradle` to show path where Gradle stores all dependencies on local file system
This file contains hidden or 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
task showMeCache << { | |
configurations.compile.each { println it } | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment