ArtifactRule

data class ArtifactRule @JvmOverloads constructor(val include: Boolean, val src: String, val dst: String?, val optional: Boolean = false)

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?, optional: Boolean = false)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val dst: String?
Link copied to clipboard
Link copied to clipboard
val optional: Boolean = false
Link copied to clipboard
val src: String

Functions

Link copied to clipboard