Skip to content

Instantly share code, notes, and snippets.

@chakrit
Created September 17, 2013 07:05
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 chakrit/6590917 to your computer and use it in GitHub Desktop.
Save chakrit/6590917 to your computer and use it in GitHub Desktop.
task debug() {
System.out.println "listing..."
android.libraryVariants.each { variant ->
System.out.println "VARIANT:"
System.out.println variant.name
variant.javaCompile.classpath.each { cp ->
System.out.println cp
}
}
System.out.println "Done."
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment