Skip to content

Commit

Permalink
[pom] Adjust so javadocs are also java 11 now that code base is set t…
Browse files Browse the repository at this point in the history
…o 11 (#1148)
  • Loading branch information
hazendaz authored Jan 3, 2024
1 parent b9dd893 commit 16e7cf0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,9 @@
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.6.3</version>
<configuration>
<source>8</source>
<!-- Legacy Mode means don't attempt modular -->
<legacyMode>true</legacyMode>
<source>11</source>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit 16e7cf0

Please sign in to comment.