Skip to content

Commit 109d3c7

Browse files
committed
#2 build JavaDoc for Kotlin, not Java.
1 parent db833f3 commit 109d3c7

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -222,15 +222,14 @@
222222
</executions>
223223
</plugin>
224224
<plugin>
225-
<groupId>org.apache.maven.plugins</groupId>
226-
<artifactId>maven-javadoc-plugin</artifactId>
227-
<version>3.7.0</version>
225+
<groupId>org.jetbrains.dokka</groupId>
226+
<artifactId>dokka-maven-plugin</artifactId>
227+
<version>1.9.20</version>
228228
<executions>
229229
<execution>
230-
<id>attach-javadocs</id>
231230
<phase>verify</phase>
232231
<goals>
233-
<goal>jar</goal>
232+
<goal>javadocJar</goal>
234233
</goals>
235234
</execution>
236235
</executions>

0 commit comments

Comments
 (0)