When using it in my project, I get
jlink failed with: Error: automatic module cannot be used with jlink: langchain4j.core from file:///C:/Users/koppor/.gradle/caches/8.14.1/transforms/8de59f3a9ee765bf103d61bd35c1a99a/transformed/langchain4j-core-1.0.1-module.jar
This should not happen if deriveAutomaticModuleNamesFromFileNames is used, right?
Maybe it's an issue of extra-java-module-info plugin, because the .jar does not have any module-info.class:

MWE: JabRef/jabref-koppor#711
When using it in my project, I get
This should not happen if
deriveAutomaticModuleNamesFromFileNamesis used, right?Maybe it's an issue of extra-java-module-info plugin, because the .jar does not have any module-info.class:
MWE: JabRef/jabref-koppor#711