-
Notifications
You must be signed in to change notification settings - Fork 55
Open
Description
Hello there.
I have started to use DuckDB (duckdb_jdbc-1.4.1.0.jar) in module based application.
Since there is no module information available I am getting:
"Name of automatic module 'duckdb.jdbc' is unstable, it is derived from the module's file name."
Is it possible to add:
-
Automatic-Module-Name entry to META-INF\MANIFEST.MF
<plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <configuration> <archive> <manifestEntries> <Automatic-Module-Name>Your-Module-Name</Automatic-Module-Name> </manifestEntries> </archive> </configuration> </plugin> </plugins>
Thanks in advance to any response.
Metadata
Metadata
Assignees
Labels
No labels