Skip to content

Instantly share code, notes, and snippets.

@rezamarzban
Last active January 22, 2023 04:37
Show Gist options
  • Save rezamarzban/cfe6872abe3ad9ee560bf8b288ab8d3d to your computer and use it in GitHub Desktop.
Save rezamarzban/cfe6872abe3ad9ee560bf8b288ab8d3d to your computer and use it in GitHub Desktop.
task getDeps(type: Copy) {
from new File(gradle.gradleUserHomeDir, "caches/modules-2/files-2.1")
into "build/libs"
includeEmptyDirs false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment