ArtifactRule
data class ArtifactRule( val include: Boolean, val src: String, val dst: String?)
Content copied to clipboard
A rule specifying how to copy artifacts from dependency. Use methods of the companion object to create it.