re2j icon indicating copy to clipboard operation
re2j copied to clipboard

Make the library a java module

Open MrKuip opened this issue 1 year ago • 1 comments
trafficstars

Gradle (and eclipse) cannot work out of the box with this library if you have a module project. Please add a module-info.java

MrKuip avatar Jun 14 '24 11:06 MrKuip

Short term you could add an Automatic-Module-Name to the META-INF, but modularizing this wouldn't be difficult. Modularizing it and still support Java 8 is a bit trickier though.

headius avatar Mar 28 '25 13:03 headius