ArtifactRule

data class ArtifactRule(val include: Boolean, val src: String, val dst: String?)

A rule specifying how to copy artifacts from dependency. Use methods of the companion object to create it.

Constructors

Link copied to clipboard
constructor(include: Boolean, src: String, dst: String?)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val dst: String?
Link copied to clipboard
Link copied to clipboard
val src: String

Functions

Link copied to clipboard