open class InheritanceSpec : Named
This implementation provides an Inheritance specification.
project - provides the current Gradle project.
specName - of the container item
InheritanceSpec(project: Project, specName: String)
This implementation provides an Inheritance specification. |
var excludePatterns: Set<Any>
Defines a list of exclude expressions for module artifacts of the inheritance module. |
fun from(dependency: Any): Unit
Adds a dependency to the inheritance object. |
|
open fun getName(): String
The name of the item is returned by this function. |