eclipse-gemoc / eclipse-gemoc/gemoc-studio
Make sure to have the Automatic-Module-Name in manifest
Open
bump
- Dominant language
- PostScript
- Stars
- 27
- Forks
- 22
- PR merge metrics
- No merged PRs in 30d
Description
for better support of Java 9+, all our plugins should have _Automatic-Module-Name_ declaration in the manifest.mf
command to detect which plugin don't have it:
```
find . -name "MANIFEST.MF" -not -ipath "*target*" -print0 | xargs -0 grep -L "Automatic-Module-Name"
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.