Skip to content

Instantly share code, notes, and snippets.

@saturov
Created September 14, 2015 11:40
Show Gist options
  • Save saturov/ed843df2b3f8c8a8aedd to your computer and use it in GitHub Desktop.
Save saturov/ed843df2b3f8c8a8aedd to your computer and use it in GitHub Desktop.
// Add this to your build.gradle
task buildscriptDependencies << {
buildscript.configurations.classpath.each { println it }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment