We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f868481 commit 0078abcCopy full SHA for 0078abc
pom.xml
@@ -201,6 +201,9 @@
201
<skipIfEmpty>true</skipIfEmpty>
202
<archive>
203
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
204
+ <manifestEntries>
205
+ <Automatic-Module-Name>io.vavr.gwt</Automatic-Module-Name>
206
+ </manifestEntries>
207
</archive>
208
</configuration>
209
</plugin>
0 commit comments