Skip to content

Commit

Permalink
Fixed Javadoc issue
Browse files Browse the repository at this point in the history
  • Loading branch information
salmonb committed Mar 17, 2024
1 parent 27b9588 commit 0210bb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webfx.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<skippedModules>webfx-kit-javafxweb-registry,webfx-kit-javafxweb-registry-gwt</skippedModules>
<skippedModules>webfx-kit-javafxweb-registry,webfx-kit-javafxweb-registry-gwt-j2cl,webfx-kit-javafxgraphics-fat-j2cl</skippedModules>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit 0210bb6

Please sign in to comment.