Created
August 17, 2019 10:01
-
-
Save cdsap/7cb74dabca64698cd6618357f2db6420 to your computer and use it in GitHub Desktop.
Filtering
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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