JavaVerbalExpressions icon indicating copy to clipboard operation
JavaVerbalExpressions copied to clipboard

Add a module info

Open bowbahdoe opened this issue 4 months ago • 0 comments

This adds a full module-info descriptor for users of Java 9+. It is packaged as a multi-release Jar so there should be no breakage.

This is needed for

  • Using jlink when this appears as a transitive or direct dependency.
  • Publishing an artifact which depends on this artifact. The social convention is without a module-info or Automatic-Module-Name that module names are considered unstable.

bowbahdoe avatar Mar 12 '24 00:03 bowbahdoe