-
Notifications
You must be signed in to change notification settings - Fork 92
Add Automatic-Module-Name to MANIFEST.INF #367
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I predict this may be something that could be handled upstream in the shared sbt plugin https://github.com/scala/sbt-scala-module/ |
Ah, wasn't aware there's a shared build plugin. I'll raise it upstream, thanks. |
We'll see. We can keep this open, though. |
I don't know enough, but maybe it's even something that would be done in sbt or even Scala itself. |
fixed by #518 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In order to increase compatibility on JDK versions with modules consider adding Automatic-Module-Name in the MANIFEST.INF along the lines of akka/akka#23960 or perhaps even implement properly the module-info descriptor.
The text was updated successfully, but these errors were encountered: