Fix for Issue #496

Issue #497 resolved
Former user created an issue

The issue #496 still contained an error. The following patch still has to be applied so that the module-info.java class is no longer added to the jar. Please check it.

--- a/pom.xml
+++ b/pom.xml
@@ -166,6 +166,9 @@
                         <includes>
                             <include>com.google.code.gson:gson</include>
                         </includes>
+                       <excludes>
+                            <exclude>module-info.class</exclude>
+                        </excludes>
                     </artifactSet>
                 </configuration>
                 <executions>

Comments (2)

  1. Log in to comment