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
ModularJarArchiver should take the manifest Main-Class attribute and use it for the module main class if the later is not explicitly set using ModularJarArchiver#setModuleVersion. It would simplify the creation of modular JAR files and also it does not really make sense to have different main classes set in the manifest and in the module descriptor.
The text was updated successfully, but these errors were encountered:
ModularJarArchiver
should take the manifestMain-Class
attribute and use it for the module main class if the later is not explicitly set usingModularJarArchiver#setModuleVersion
. It would simplify the creation of modular JAR files and also it does not really make sense to have different main classes set in the manifest and in the module descriptor.The text was updated successfully, but these errors were encountered: