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
When creating a modular JAR file and indexing is enabled, the module-info.class entry is missing from the resulting INDEX.LIST file.
The root cause is because the current implementation of JarToolModularJarArchiver initially does not add the module-info classes to the JAR archive. It adds them later but it does not update the index.
The text was updated successfully, but these errors were encountered:
When creating a modular JAR file and indexing is enabled, the
module-info.class
entry is missing from the resultingINDEX.LIST
file.The root cause is because the current implementation of
JarToolModularJarArchiver
initially does not add the module-info classes to the JAR archive. It adds them later but it does not update the index.The text was updated successfully, but these errors were encountered: