We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ef67ef commit 9133d4cCopy full SHA for 9133d4c
pom.xml
@@ -284,20 +284,19 @@
284
</plugin>
285
286
<plugin>
287
- <groupId>org.apache.maven.plugins</groupId>
288
- <artifactId>maven-javadoc-plugin</artifactId>
289
- <version>3.8.0</version>
+ <groupId>org.jetbrains.dokka</groupId>
+ <artifactId>dokka-maven-plugin</artifactId>
+ <version>1.9.0</version>
290
<executions>
291
<execution>
292
<id>attach-javadocs</id>
293
+ <phase>prepare-package</phase>
294
<goals>
- <goal>jar</goal>
295
+ <goal>javadoc</goal>
296
+ <goal>javadocJar</goal>
297
</goals>
298
</execution>
299
</executions>
- <configuration>
- <source>${java.version}</source>
300
- </configuration>
301
302
303
0 commit comments