You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TLDR:
It costs nothing, has no compatibility issues and improves the usability of the library for JPMS enabled projects.
All that is needed is a single line in the MANIFEST.MF: Automatic-Module-Name: jcifs.ng
The text was updated successfully, but these errors were encountered:
See this old post why this is a good idea: https://dzone.com/articles/automatic-module-name-calling-all-java-library-maintainers
TLDR:
It costs nothing, has no compatibility issues and improves the usability of the library for JPMS enabled projects.
All that is needed is a single line in the MANIFEST.MF:
Automatic-Module-Name: jcifs.ng
The text was updated successfully, but these errors were encountered: