[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)
|
||||
extension = "spdx.json"
|
||||
}
|
||||
mvn.artifact("${UtilsKt.getNativeBundlesLocation(project)}/kotlin-native-${platformName(target)}-${kotlinVersion}.${archiveExtension}.sha256") {
|
||||
classifier = platformName(target)
|
||||
extension = "sha256"
|
||||
}
|
||||
}
|
||||
} else {
|
||||
mvn.artifact(bundleRegular) {
|
||||
@@ -814,10 +810,6 @@ publishing {
|
||||
classifier = platformName(target)
|
||||
extension = "spdx.json"
|
||||
}
|
||||
mvn.artifact("${UtilsKt.getNativeBundlesLocation(project)}/kotlin-native-${platformName(target)}-${kotlinVersion}.${archiveExtension}.sha256") {
|
||||
classifier = platformName(target)
|
||||
extension = "sha256"
|
||||
}
|
||||
}
|
||||
} else {
|
||||
mvn.artifact(bundlePrebuilt) {
|
||||
|
||||
Reference in New Issue
Block a user