Skip to content

Instantly share code, notes, and snippets.

@AbhilashG97
Created October 23, 2019 06:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AbhilashG97/142b0d676babbe56b9d92f649561535e to your computer and use it in GitHub Desktop.
Save AbhilashG97/142b0d676babbe56b9d92f649561535e to your computer and use it in GitHub Desktop.
configurations.implementation.setCanBeResolved(true)
configurations.api.setCanBeResolved(true)
task showMeCache {
doLast {
configurations.implementation.each {
println it}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment