Please publish an Automatic-Module-Name
Open
P3
- Dominant language
- Java
- Stars
- 10.6k
- Forks
- 1.2k
- Avg merge
- 6h 32m
- Merged PRs (30d)
- 13
Description
Hello.
When using `auto` to generate code for a modular Java 9 project, you'll get complaints from tools about depending on an automatically-generated module name.
Is there any chance you could add an `Automatic-Module-Name` entry in the jar manifest in order to provide a stable name upon which other Java 9 projects can depend? I'd suggest:
```
Automatic-Module-Name: com.google.auto.value
```
Contributor guide
Assessment
This issue has not been assessed yet.