Skip to content

Commit 7feffdd

Browse files
committed
Bump version of javadoc plugin and place detect links to false
The latter is necessary because otherwise Javadoc warnings are given on these links. Fixed when run with later versions of the JDK (15+) but in that case other Javadoc warnings are reported (https://bugs.openjdk.org/browse/JDK-8240232)
1 parent aca706e commit 7feffdd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
<java.version>1.8</java.version>
9595
<javadoc-additionalOptions />
9696
<javadoc-link>https://docs.oracle.com/javase/8/docs/api/</javadoc-link>
97-
<javadoc.version>3.0.1</javadoc.version>
97+
<javadoc.version>3.7.0</javadoc.version>
9898
<junit.version>4.13.2</junit.version>
9999
<junitparams.version>1.0.4</junitparams.version>
100100
<logback.version>1.3.14</logback.version>
@@ -277,7 +277,7 @@
277277
<configuration>
278278
<quiet>true</quiet>
279279
<source>8</source>
280-
<detectLinks>true</detectLinks>
280+
<detectLinks>false</detectLinks>
281281
<additionalOptions>${javadoc-additionalOptions}</additionalOptions>
282282
<links>
283283
<link>${javadoc-link}</link>

0 commit comments

Comments
 (0)