File tree Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change 174
174
</executions >
175
175
</plugin >
176
176
<plugin >
177
- <groupId >org.apache.maven.plugins </groupId >
178
- <artifactId >maven-javadoc -plugin</artifactId >
179
- <version >3.0.1 </version >
177
+ <groupId >org.jetbrains.dokka </groupId >
178
+ <artifactId >dokka-maven -plugin</artifactId >
179
+ <version >0.9.17 </version >
180
180
<executions >
181
181
<execution >
182
- <id >attach-javadocs</ id >
182
+ <phase >prepare-package</ phase >
183
183
<goals >
184
- <goal >jar</goal >
184
+ <goal >dokka</goal >
185
+ <goal >javadoc</goal >
186
+ <goal >javadocJar</goal >
185
187
</goals >
186
188
</execution >
187
189
</executions >
188
190
<configuration >
189
-
190
- <doclint >none</doclint >
191
+ <includes >
192
+ <file >packages.md</file >
193
+ </includes >
191
194
</configuration >
192
195
</plugin >
193
196
You can’t perform that action at this time.
0 commit comments