Skip to content

Instantly share code, notes, and snippets.

@tophyr
Created January 30, 2014 09:46
Show Gist options
  • Select an option

  • Save tophyr/8705446 to your computer and use it in GitHub Desktop.

Select an option

Save tophyr/8705446 to your computer and use it in GitHub Desktop.
gradle.taskGraph.whenReady {
packageDebugJar {
exclude('**/ExposedInstrumentationApi.class')
}
packageReleaseJar {
exclude('**/ExposedInstrumentationApi.class')
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment