Skip to content

Commit

Permalink
#405 use JDK 11 as required Java version to build project
Browse files Browse the repository at this point in the history
  • Loading branch information
yaseno2186 committed Jul 8, 2024
1 parent a0ede82 commit 342640a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@
<configuration>
<rules>
<requireJavaVersion>
<version>[17,)</version>
<version>[11,)</version>
</requireJavaVersion>
</rules>
</configuration>
Expand Down

0 comments on commit 342640a

Please sign in to comment.