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
I would like to use the library in a Intellij Java project which uses Java 9 modules. The problem is that if a library doesn't declare an Automatic-Module-Name in the Jar MANIFEST the library falls into the unnamed module, and as we speak, Intellij does not support unnamed module.
Hi!
I would like to use the library in a Intellij Java project which uses Java 9 modules. The problem is that if a library doesn't declare an
Automatic-Module-Name
in the Jar MANIFEST the library falls into the unnamed module, and as we speak, Intellij does not support unnamed module.It's quite an easy addition, as described in Automatic-Module-Name: Calling All Java Library Maintainers.
Thanks for this library!
The text was updated successfully, but these errors were encountered: