jooq-postgresql-json icon indicating copy to clipboard operation
jooq-postgresql-json copied to clipboard

Provide module-info.java

Open AlexElin opened this issue 1 year ago • 1 comments

At the moment this library can't be depend on it as a java module becasue the library neither contain a module descriptor (module-info.java) nor have Automatic-Module-Name: <module name> entry in the library's MANIFEST.MF.

I propose to add module-info.java (becasue the library is java 9+). So, it'll be possible to depend on in the client's module-info.java

AlexElin avatar Mar 01 '23 20:03 AlexElin