-
-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Description
JPMS is causing trouble. I excluded module-info.java files via the Maven compiler plugin. Maybe there is a better solution.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<excludes>
<exclude>**/module-info.java</exclude>
</excludes>
</configuration>
</plugin>
Metadata
Metadata
Assignees
Labels
No labels