Skip to content

Commit c1f8a00

Browse files
committed
specify <source> for maven-javadoc-plugin so generating javadoc on JDK11+ does not complain about lack of java module declarations
1 parent 0eb359c commit c1f8a00

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

parent/pom.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ application while protecting against XSS.
151151
<plugin>
152152
<groupId>org.apache.maven.plugins</groupId>
153153
<artifactId>maven-javadoc-plugin</artifactId>
154-
<version>3.1.1</version>
154+
<version>3.2.0</version>
155155
<executions>
156156
<execution>
157157
<id>attach-javadocs</id>
@@ -176,6 +176,7 @@ application while protecting against XSS.
176176
<value>bar</value>
177177
</property>
178178
</javaApiLinks>
179+
<source>6</source>
179180
</configuration>
180181
</plugin>
181182
<plugin>

0 commit comments

Comments
 (0)