scala / scala-collection-contrib

community-contributed additions to the Scala 2.13 collections

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Automatic-Module-Name to MANIFEST.INF

schrepfler opened this issue · comments

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.