dweiss commented on a change in pull request #356: URL: https://github.com/apache/lucene/pull/356#discussion_r723143837
########## File path: gradle/publishing/distribution.gradle ########## @@ -22,7 +22,7 @@ allprojects { def checksum = { outputs.files.each { File file -> String sha512 = new DigestUtils(DigestUtils.sha512Digest).digestAsHex(file).trim() - new File(file.parent, file.name + ".sha512").write(sha512 + " " + file.name, "UTF-8") + new File(file.parent, file.name + ".sha512").write(sha512 + " *" + file.name, "UTF-8") Review comment: I'd maybe add a note saying what this asterisk is (https://www.gnu.org/software/coreutils/manual/coreutils.html#md5sum-invocation). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org