cdimascio / dotenv-java

🗝️ Dotenv is a no-dep, pure Java module that loads environment variables from a .env file
https://github.com/cdimascio/dotenv-java
Apache License 2.0
444 stars 43 forks source link

JPMS support #57

Closed Mechite closed 1 year ago

Mechite commented 1 year ago

Option 1 - Use module-info and make it a fully modular build Option 2 - Use Automatic-Module-Name in the MANIFEST to reserve the name and make it usable at the very least ... - Any more complicated approach via Moditect

Mechite commented 1 year ago

This was an issue with my build of this module and the one published on Maven Central already has JPMS support.

Apologies for the misunderstanding. For future readers, the module name is io.github.cdimascio.dotenv.java and file is generated by Moditect.