Skip to content

Instantly share code, notes, and snippets.

@cdsap
Created August 17, 2019 10:01
Show Gist options
  • Save cdsap/7cb74dabca64698cd6618357f2db6420 to your computer and use it in GitHub Desktop.
Save cdsap/7cb74dabca64698cd6618357f2db6420 to your computer and use it in GitHub Desktop.
Filtering
filter {
tasks {
excludes = arrayOf("preDebugBuild", "processDebugResources")
}
modules {
excludes = arrayOf(":app")
}
threshold {
minExecutionTime = 10
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment