Skip to content

Commit 70c8735

Browse files
committed
added legacymode to javadoc generation
Signed-off-by: jarebudev <[email protected]>
1 parent 48fdb86 commit 70c8735

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,8 +292,7 @@
292292
</excludePackageNames>
293293
<doclint>all,-missing
294294
</doclint> <!-- ignore missing javadoc, these are enforced with more customizability in the checkstyle plugin -->
295-
296-
<source>11</source>
295+
<legacyMode>true</legacyMode>
297296
</configuration>
298297
<executions>
299298
<execution>

0 commit comments

Comments
 (0)