File tree Expand file tree Collapse file tree 1 file changed +2
-28
lines changed
Expand file tree Collapse file tree 1 file changed +2
-28
lines changed Original file line number Diff line number Diff line change 159159 <plugin >
160160 <groupId >org.apache.maven.plugins</groupId >
161161 <artifactId >maven-javadoc-plugin</artifactId >
162- <version >3.3.2 </version >
162+ <version >3.5.0 </version >
163163 <executions >
164164 <execution >
165165 <id >attach-javadocs</id >
245245 <plugin >
246246 <groupId >org.apache.maven.plugins</groupId >
247247 <artifactId >maven-gpg-plugin</artifactId >
248- <version >1.5 </version >
248+ <version >3.0.1 </version >
249249 <executions >
250250 <execution >
251251 <id >sign-artifacts</id >
256256 </execution >
257257 </executions >
258258 </plugin >
259- <!-- Generates Javadoc from kotlin code -->
260- <plugin >
261- <groupId >org.jetbrains.dokka</groupId >
262- <artifactId >dokka-maven-plugin</artifactId >
263- <version >${dokka.version} </version >
264- <executions >
265- <execution >
266- <!-- <phase>pre-site</phase>-->
267- <phase >compile</phase >
268- <goals >
269- <goal >dokka</goal >
270- <goal >javadoc</goal >
271- <goal >javadocJar</goal >
272- </goals >
273- </execution >
274- </executions >
275- <configuration >
276- <dokkaPlugins >
277- <plugin >
278- <groupId >org.jetbrains.dokka</groupId >
279- <artifactId >kotlin-as-java-plugin</artifactId >
280- <version >${dokka.version} </version >
281- </plugin >
282- </dokkaPlugins >
283- </configuration >
284- </plugin >
285259 </plugins >
286260 </build >
287261
You can’t perform that action at this time.
0 commit comments