Skip to content

Commit

Permalink
updated to work well with JDK's 11 through 21.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdereg committed Oct 13, 2023
1 parent 2c4f891 commit d940d03
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>${version.plugin.compiler}</version>
<configuration>
<source>11</source>
<target>11</target>
<release>11</release>
</configuration>
</plugin>
Expand Down

0 comments on commit d940d03

Please sign in to comment.