Better JPMS automatic module names.

This commit is contained in:
Harald Kuhr
2021-04-24 12:26:36 +02:00
parent 51bdd370da
commit e0d6fa0d84
28 changed files with 118 additions and 15 deletions

View File

@@ -9,6 +9,10 @@
<artifactId>imageio-core</artifactId>
<name>TwelveMonkeys :: ImageIO :: Core</name>
<properties>
<project.jpms.module.name>com.twelvemonkeys.imageio.core</project.jpms.module.name>
</properties>
<dependencies>
<dependency>
<groupId>com.twelvemonkeys.common</groupId>