Skip to content

Commit

Permalink
Fix Javadoc generation
Browse files Browse the repository at this point in the history
  • Loading branch information
SMadani committed Jun 25, 2024
1 parent ec83e7d commit a916ae0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,7 @@
</goals>
<configuration>
<classifier>dokka</classifier>
<!--classesDirectory>${project.build.directory}/dokka</classesDirectory>
<skipIfEmpty>true</skipIfEmpty-->
<javadocDirectory>${project.build.directory}/dokka</javadocDirectory>
</configuration>
</execution>
</executions>
Expand Down Expand Up @@ -205,9 +204,11 @@
<version>1.9.20</version>
<executions>
<execution>
<phase>pre-site</phase>
<phase>prepare-package</phase>
<goals>
<goal>dokka</goal>
<goal>javadoc</goal>
<goal>javadocJar</goal>
</goals>
</execution>
</executions>
Expand Down

0 comments on commit a916ae0

Please sign in to comment.