Skip to content

Instantly share code, notes, and snippets.

@giggs-lynx
Created November 24, 2017 08:26
Show Gist options
  • Save giggs-lynx/7b8c229c8e419f25d4733246bdad5746 to your computer and use it in GitHub Desktop.
Save giggs-lynx/7b8c229c8e419f25d4733246bdad5746 to your computer and use it in GitHub Desktop.
gradle show cache location
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