File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change 1717 <kotlin .version>1.2.71</kotlin .version>
1818 <jackson .version>2.9.6</jackson .version>
1919
20- <!-- This contends with dokka and creates two javadoc jars...-->
21- <maven .javadoc.skip>true</maven .javadoc.skip>
22-
2320 <maven .compiler.source>${java.version} </maven .compiler.source>
2421 <maven .compiler.target>${java.version} </maven .compiler.target>
2522 <useReleaseProfile >false</useReleaseProfile >
212209 </execution >
213210 </executions >
214211 </plugin >
215- <plugin >
216- <groupId >org.apache.maven.plugins</groupId >
217- <artifactId >maven-javadoc-plugin</artifactId >
218- <version >3.0.1</version >
219- <executions >
220- <execution >
221- <id >attach-javadocs</id >
222- <goals >
223- <goal >jar</goal >
224- </goals >
225- </execution >
226- </executions >
227- </plugin >
228212 </plugins >
229213 </build >
230214 </profile >
You can’t perform that action at this time.
0 commit comments