Skip to content

Commit

Permalink
Clean-up
Browse files Browse the repository at this point in the history
  • Loading branch information
markt-asf committed Nov 16, 2023
1 parent 8fefffb commit 014cc5a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -138,14 +138,12 @@
</executions>
</plugin>

<!-- Restricts the Java version to 11 -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.11.0</version>
<configuration>
<source>17</source>
<target>17</target>
<release>17</release>
<compilerArgument>-Xlint:unchecked</compilerArgument>
</configuration>
</plugin>
Expand Down

0 comments on commit 014cc5a

Please sign in to comment.