dweiss commented on issue #14598:
URL: https://github.com/apache/lucene/issues/14598#issuecomment-2843324990

   I computed the current sha256 using command-line tools byte copy-pasted it 
directly into Lucene sources. No magic.
   
   I also thought about sha256sum check in gradlew - this spawns a process but 
doesn't seem to be too bad... but then we'd have an inconsistency with Windows 
(for which I see no solution). An alternative is to do this check in Java 
(WrapperDownloader) but this is a much more heavyweight process... Could be an 
alternative for Windows though.


-- 
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

Reply via email to