mirror of
https://github.com/google/brotli.git
synced 2026-09-22 06:35:52 +00:00
Java source files missing from Github packages, tar.gz and zip, in 1.0.8 and 1.0.9 #356
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @wltjr on GitHub (Oct 28, 2020).
Hello, I am unsure what changed, but for some reason the Java sources are no longer included in the source code release assets. Is that intentional? I see the sources still in the repository, but they are not being included for some reason. I am seeking clarification, thank you!
@eustas commented on GitHub (Jan 18, 2021):
Hello. This is intentional. Java sources should be alongside java releases. We hope to make one soon (with the support of "dictionary" decompression).
@wltjr commented on GitHub (Jan 18, 2021):
@eustas Ok, I will look out for the java releases. Thank you!