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
Please add "Automatic-Module-Name" manifest entry, defining a stable, future-proof module name. This will allow us on Java 9+ to use the API with confidence.
The module name will typically be the top-most package in the project, so I suggest "com.stripe".
Thank you,
Dan
The text was updated successfully, but these errors were encountered:
Please note, in our experience in Java 11, placing module-info.class in root of JAR allows for javadocs with Module sections. Placing in MRJAR generates javadocs that are not module-aware.
Please add "Automatic-Module-Name" manifest entry, defining a stable, future-proof module name. This will allow us on Java 9+ to use the API with confidence.
The module name will typically be the top-most package in the project, so I suggest "com.stripe".
Thank you,
The text was updated successfully, but these errors were encountered: