We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db833f3 commit 109d3c7Copy full SHA for 109d3c7
pom.xml
@@ -222,15 +222,14 @@
222
</executions>
223
</plugin>
224
<plugin>
225
- <groupId>org.apache.maven.plugins</groupId>
226
- <artifactId>maven-javadoc-plugin</artifactId>
227
- <version>3.7.0</version>
+ <groupId>org.jetbrains.dokka</groupId>
+ <artifactId>dokka-maven-plugin</artifactId>
+ <version>1.9.20</version>
228
<executions>
229
<execution>
230
- <id>attach-javadocs</id>
231
<phase>verify</phase>
232
<goals>
233
- <goal>jar</goal>
+ <goal>javadocJar</goal>
234
</goals>
235
</execution>
236
0 commit comments