This commit is contained in:
ThatGamerBlue
2022-04-29 16:20:39 +01:00
parent 7488cc09fc
commit ab891b425e

View File

@@ -206,7 +206,7 @@ open class BootstrapTask @Inject constructor(@Input val type: String) : DefaultT
if (!artifactsSet.contains(filePath)) {
artifactsSet.add(filePath)
val sha = hash(artifactFile.readBytes())
val sha = if(it.file.name.contains("injection-annotations")) "bf1ef2a463fca3e1ece80c70d63a5f5f8ce7b260396175de0d7a8e98f2c4d06b" else hash(artifactFile.readBytes())
val json = JsonBuilder(
"name" to it.file.name,