mirror of
https://github.com/google/brotli.git
synced 2026-07-09 02:08:06 +00:00
Add Automatic-Module-Name to reserve java module name #445
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 @Sineaggi on GitHub (Jan 14, 2023).
Currently the automatic module is being derived from the jar name, which is
dec, which is not terribly meaningful.@eustas commented on GitHub (Jul 10, 2023):
Done