Skip to content

Instantly share code, notes, and snippets.

@sreeprasad
Created January 6, 2018 06:01
Show Gist options
  • Save sreeprasad/ad611c6756e5aa04d0cecd88184700f6 to your computer and use it in GitHub Desktop.
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
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