mirror of
https://github.com/google/brotli.git
synced 2026-09-23 07:05:31 +00:00
Java org.brotli.dec sources.jar is not properly structured. #163
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 @lambdaupb on GitHub (Feb 26, 2017).
The sources jar file contains the source files, but all at the top-level instead of the package path.
currently:
But it should be structured by package like the compiled jar:
This makes the IDE not find the source files which would be very helpful for seeing javadoc and debugging.
@eustas commented on GitHub (Feb 27, 2017):
Thanks for the report. Going to fix it soon.
@eustas commented on GitHub (Mar 1, 2017):
Released 0.1.1 with fixed structure of sources.jar
Should become available in less than 10 hours.