File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 252252 <plugin >
253253 <groupId >org.apache.maven.plugins</groupId >
254254 <artifactId >maven-compiler-plugin</artifactId >
255+ <version >3.8.1</version >
255256 <configuration >
256257 <source >8</source >
257258 <target >8</target >
260261 <plugin >
261262 <groupId >org.apache.maven.plugins</groupId >
262263 <artifactId >maven-source-plugin</artifactId >
264+ <version >3.1.0</version >
263265 <executions >
264266 <execution >
265267 <id >attach-sources</id >
272274 <plugin >
273275 <groupId >org.apache.maven.plugins</groupId >
274276 <artifactId >maven-javadoc-plugin</artifactId >
277+ <version >3.1.1</version >
275278 <executions >
276279 <execution >
277280 <id >attach-javadocs</id >
278281 <goals >
279282 <goal >jar</goal >
280283 </goals >
281284 <configuration >
285+ <additionalOptions >-Xdoclint:syntax</additionalOptions >
282286 <source >8</source >
283287 </configuration >
284288 </execution >
You can’t perform that action at this time.
0 commit comments