Skip to content

Commit

Permalink
bind dokka to deploy phase
Browse files Browse the repository at this point in the history
  • Loading branch information
evanchooly committed Apr 21, 2021
1 parent c1e5d4b commit 1f7abd2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
<executions>
<execution>
<id>javadoc</id>
<phase>prepare-package</phase>
<phase>deploy</phase>
<goals>
<goal>javadocJar</goal>
</goals>
Expand Down

0 comments on commit 1f7abd2

Please sign in to comment.