Skip to content

Commit b6ffb40

Browse files
authored
Remove another place where checksums where added (#259)
1 parent 942bcd8 commit b6ffb40

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ksp = "2.3.9"
44
gratatouille-runtime = "0.2.3"
55
gratatouille-plugin = "0.2.3"
66
gradle-api = "8.8"
7-
nmcp = "1.6.0-SNAPSHOT-cf04ce0cb3c82c5f942ee16dad606acbd27d41e1"
7+
nmcp = "1.6.0-SNAPSHOT-942bcd8ecd2e30f8da2574f89db977f18bdd5659"
88

99
[libraries]
1010
json = "org.jetbrains.kotlinx:kotlinx-serialization-json:1.11.0"

nmcp-tasks/src/main/kotlin/nmcp/transport/publishFileByFile.kt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,9 +155,6 @@ private fun publishGav(
155155

156156
val bytes = encodeToXml(versionMetadata).toByteArray()
157157
transport.put(versionMetadataPath, bytes)
158-
setOf("md5", "sha1", "sha256", "sha512").forEach {
159-
transport.put("$versionMetadataPath.$it", bytes.digest(it.uppercase()))
160-
}
161158
} else {
162159
/**
163160
* Not a snapshot, plainly update all the files

0 commit comments

Comments
 (0)