janhoy commented on a change in pull request #356: URL: https://github.com/apache/lucene/pull/356#discussion_r723172070
########## 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: Added a comment with links to the docs. And I also decided to use `<space>*` instead of `<space><space>*` to comply with the spec. Safest to leave the format as it always has been... -- 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