[K/N]: Do not deploy files containing checksum strings to a Maven repo
^Related to KTI-1479
This commit is contained in:
committed by
Space Team
parent
21bdf22249
commit
389095e8f7
@@ -776,10 +776,6 @@ publishing {
|
|||||||
classifier = platformName(target)
|
classifier = platformName(target)
|
||||||
extension = "spdx.json"
|
extension = "spdx.json"
|
||||||
}
|
}
|
||||||
mvn.artifact("${UtilsKt.getNativeBundlesLocation(project)}/kotlin-native-${platformName(target)}-${kotlinVersion}.${archiveExtension}.sha256") {
|
|
||||||
classifier = platformName(target)
|
|
||||||
extension = "sha256"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
mvn.artifact(bundleRegular) {
|
mvn.artifact(bundleRegular) {
|
||||||
@@ -814,10 +810,6 @@ publishing {
|
|||||||
classifier = platformName(target)
|
classifier = platformName(target)
|
||||||
extension = "spdx.json"
|
extension = "spdx.json"
|
||||||
}
|
}
|
||||||
mvn.artifact("${UtilsKt.getNativeBundlesLocation(project)}/kotlin-native-${platformName(target)}-${kotlinVersion}.${archiveExtension}.sha256") {
|
|
||||||
classifier = platformName(target)
|
|
||||||
extension = "sha256"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
mvn.artifact(bundlePrebuilt) {
|
mvn.artifact(bundlePrebuilt) {
|
||||||
|
|||||||
Reference in New Issue
Block a user