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
Hi @MrKuip.
Could you provide more details of how it exactly affects you (and what would be a 'correct' name)? Cause artifactId is actually compiler. Thus auto-derived module name is correct.
Gradle and eclipse still do not support automatic modules very well.
They only accept automatic modules when the jar has a Automatic-Module-Name property
in the MANIFEST.MF.
The command 'jar -d --file compiler-2.25ea2.jar' displays module information:
it shows that the calculated module descriptor is 'compiler'.
Maybe a better name could be supplied.
Could you please add a Automatic-Module-Name property in the manifest? (or create a proper module with module-info.class)
The text was updated successfully, but these errors were encountered: