Package-level declarations
Classes for defining general purpose criteria.
Types
Link copied to clipboard
A org.gradle.api.specs.CompositeSpec which requires all its specs to be true in order to evaluate to true.
Link copied to clipboard
A org.gradle.api.specs.Spec which aggregates a sequence of other
Spec
instances.Link copied to clipboard
A CompositeSpec which requires any one of its specs to be true in order to evaluate to true.
Link copied to clipboard
Provides a number of org.gradle.api.specs.Spec implementations.