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
{{ message }}
This repository was archived by the owner on May 2, 2026. It is now read-only.
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
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 haveAutomatic-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'smodule-info.java