Am 23.10.2019 um 17:21 schrieb Vladimir Sitnikov:
I looked into the gradle build scripts, but didn't find the place where
the checksums are generated
It is here:
https://github.com/vlsi/vlsi-release-plugins/blob/73b67142a10ff3bcedc136d1a99e3d9f3a827a2e/plugins/stage-vote-release-plugin/src/main/kotlin/com/github/vlsi/gradle/release/ReleaseArtifacts.kt#L75
If I understand it correctly, one could add something like
"format" to "MD5SUM",
or more explicitly
"pattern" to "{0} *{1}",
since these are supported by the original ant checksum task.
Regards,
Rainer