ProjectDependency

A ProjectDependency is a Dependency on another project in the current project hierarchy.

Properties

Link copied to clipboard
val ARCHIVES_CONFIGURATION: String = "archives"
Link copied to clipboard
val CLASSIFIER: String = "m:classifier"
Link copied to clipboard
val DEFAULT_CONFIGURATION: String = "default"

Functions

Link copied to clipboard
Link copied to clipboard
abstract fun artifact(configureClosure: Closure): DependencyArtifact
Link copied to clipboard
abstract fun attributes(configureAction: Action<in AttributeContainer>): ModuleDependency
abstract fun attributes(action: Action<in AttributeContainer>): SELF
Link copied to clipboard
abstract fun because(reason: @Nullable String)
Link copied to clipboard
Link copied to clipboard
abstract fun copy(): Dependency
abstract fun copy(): ProjectDependency
Link copied to clipboard
Link copied to clipboard
abstract fun endorseStrictVersions()
Link copied to clipboard
abstract fun exclude(excludeProperties: Map<String, String>): ModuleDependency
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun getGroup(): @Nullable String
Link copied to clipboard
abstract fun getName(): String
Link copied to clipboard
abstract fun getPath(): String
Get the path to the project that this dependency refers to relative to its owning build.
Link copied to clipboard
abstract fun getReason(): @Nullable String
Link copied to clipboard
Link copied to clipboard
abstract fun getTargetConfiguration(): @Nullable String
Link copied to clipboard
abstract fun getVersion(): @Nullable String
Link copied to clipboard
Link copied to clipboard
abstract fun isTransitive(): Boolean
Link copied to clipboard
abstract fun setTargetConfiguration(name: @Nullable String)
Link copied to clipboard
abstract fun setTransitive(transitive: Boolean): ModuleDependency