in buildSrc/src/main/kotlin/plugins/publishing/CustomVariantPublishingDsl.kt [35:38]
fun <T : Any> copyOneAttribute(from: AttributeContainer, to: AttributeContainer, key: Attribute<T>) {
val value = checkNotNull(from.getAttribute(key))
to.attribute(key, value)
}