Skip to content

Commit

Permalink
Merge pull request #299 from dmlloyd/javadoc
Browse files Browse the repository at this point in the history
Set Javadoc source based on release version
  • Loading branch information
dmlloyd authored Jun 4, 2024
2 parents 137bb0c + 5f9e948 commit 52bf89d
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -910,6 +910,17 @@
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<executions>
<execution>
<id>default</id>
<configuration>
<source>11</source>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
Expand Down Expand Up @@ -950,6 +961,17 @@
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<executions>
<execution>
<id>default</id>
<configuration>
<source>17</source>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
Expand Down Expand Up @@ -990,6 +1012,17 @@
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<executions>
<execution>
<id>default</id>
<configuration>
<source>21</source>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
Expand Down

0 comments on commit 52bf89d

Please sign in to comment.