Skip to content

Commit 77c8d4c

Browse files
committed
Merge branch 'main' into release
2 parents 9433425 + 86ab638 commit 77c8d4c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,9 +464,11 @@
464464
<version>${dokka.version}</version>
465465
<executions>
466466
<execution>
467-
<phase>pre-site</phase>
467+
<phase>prepare-package</phase>
468468
<goals>
469469
<goal>dokka</goal>
470+
<goal>javadoc</goal>
471+
<goal>javadocJar</goal>
470472
</goals>
471473
</execution>
472474
</executions>

0 commit comments

Comments
 (0)