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 9191 </executions >
9292 </plugin >
9393 <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 >
9797 <executions >
9898 <execution >
99- <id >attach-javadocs</ id >
99+ <phase >package</ phase >
100100 <goals >
101- <goal >jar </goal >
101+ <goal >javadocJar </goal >
102102 </goals >
103- <configuration >
104- <failOnError >false</failOnError >
105- </configuration >
106103 </execution >
107104 </executions >
108105 </plugin >
188185 <artifactId >maven-source-plugin</artifactId >
189186 </plugin >
190187 <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 >
193190 </plugin >
194191 <plugin >
195192 <groupId >org.apache.maven.plugins</groupId >
You can’t perform that action at this time.
0 commit comments