ModulesThat
Fluent API for defining filtering conditions on Gradle modules.
Functions
Matches if all of the nested condition blocks are satisfied.
Matches if any of the nested condition blocks are satisfied.
Restricts the rules to modules whose Gradle path matches any of the specified glob patterns.
Restricts the rules to modules whose Gradle path matches the specified glob pattern.
Restricts the rules to modules with an exact matching Gradle path in the specified paths.
Restricts the rules to modules with a Gradle path matching the given predicate.
Restricts the rules to modules with an exact matching Gradle path in the specified list of paths.
Restricts the rules to modules matching the specified predicate.
Matches if none of the nested condition blocks are satisfied.
Satisfies an arbitrary custom predicate logic.