Skip to content

Commit

Permalink
Additional Java version updates (11 -> 17)
Browse files Browse the repository at this point in the history
  • Loading branch information
markt-asf committed Nov 15, 2023
1 parent 20bbefe commit d5f8b67
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
</executions>
</plugin>

<!-- Restricts the Java version to 11 -->
<!-- Restricts the Java version to 17+ -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
Expand Down Expand Up @@ -258,7 +258,7 @@
<goal>jar</goal>
</goals>
<configuration>
<source>11</source>
<source>17</source>
<additionalJOption>-Xdoclint:none</additionalJOption>
<quiet>true</quiet>
<description>Jakarta Expression Language API documentation</description>
Expand All @@ -283,7 +283,6 @@ Use is subject to <a href="{@docRoot}/doc-files/EFSL.html" target="_top">license
</execution>
</executions>
</plugin>

</plugins>
</build>
</project>

0 comments on commit d5f8b67

Please sign in to comment.