iban4j icon indicating copy to clipboard operation
iban4j copied to clipboard

Add support for Java 9 Modules

Open jamesdbaker opened this issue 7 years ago • 1 comments

Add a module-info.java file to the library so that it is compatible with Java 9+. Specifically, doing so will avoid the following warning when including Iban4J in a Java 9 project:

[WARNING] ********************************************************************************************************************
[WARNING] * Required filename-based automodules detected. Please don't publish this project to a public artifact repository! *
[WARNING] ********************************************************************************************************************

jamesdbaker avatar Aug 22 '18 09:08 jamesdbaker

Alternatively, could add an entry to the manifest to at least declare the module name

jamesdbaker avatar Aug 22 '18 09:08 jamesdbaker