Skip to content

Commit

Permalink
Use java 17 source for javadoc
Browse files Browse the repository at this point in the history
Equinox currently needs to run with java 17 as main jvm therefore it
can't use higher javadoc source flag.
  • Loading branch information
laeubi committed Dec 30, 2024
1 parent 4536baa commit eaaeead
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
<configuration>
<!-- Special code only for J9 -->
<excludePackageNames>org.eclipse.osgi.internal.cds</excludePackageNames>
<source>17</source>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit eaaeead

Please sign in to comment.