File tree Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Original file line number Diff line number Diff line change 91
91
</executions >
92
92
</plugin >
93
93
<plugin >
94
- <groupId >org.apache.maven.plugins </groupId >
95
- <artifactId >maven-javadoc -plugin</artifactId >
96
- <version >3.6.3 </version >
94
+ <groupId >org.jetbrains.dokka </groupId >
95
+ <artifactId >dokka-maven -plugin</artifactId >
96
+ <version >2.0.0 </version >
97
97
<executions >
98
98
<execution >
99
- <id >attach-javadocs</ id >
99
+ <phase >package</ phase >
100
100
<goals >
101
- <goal >jar </goal >
101
+ <goal >javadocJar </goal >
102
102
</goals >
103
- <configuration >
104
- <failOnError >false</failOnError >
105
- </configuration >
106
103
</execution >
107
104
</executions >
108
105
</plugin >
188
185
<artifactId >maven-source-plugin</artifactId >
189
186
</plugin >
190
187
<plugin >
191
- <groupId >org.apache.maven.plugins </groupId >
192
- <artifactId >maven-javadoc -plugin</artifactId >
188
+ <groupId >org.jetbrains.dokka </groupId >
189
+ <artifactId >dokka-maven -plugin</artifactId >
193
190
</plugin >
194
191
<plugin >
195
192
<groupId >org.apache.maven.plugins</groupId >
You can’t perform that action at this time.
0 commit comments