Skip to content

Commit

Permalink
Merge pull request #32 from Lycoon/dev
Browse files Browse the repository at this point in the history
Changed maven goal to generate javadoc jar
  • Loading branch information
Lycoon authored Nov 17, 2023
2 parents d399155 + a6a3218 commit 99c9a9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
<execution>
<phase>pre-site</phase>
<goals>
<goal>dokka</goal>
<goal>javadocJar</goal>
</goals>
</execution>
</executions>
Expand Down

0 comments on commit 99c9a9e

Please sign in to comment.