Skip to content

Commit

Permalink
Set minimal required java version fixed to 11
Browse files Browse the repository at this point in the history
closes #4
0
  • Loading branch information
derTobsch committed Dec 26, 2024
1 parent d5b24ce commit a25eb9c
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 @@ -266,7 +266,7 @@
<version>3.8.5</version>
</requireMavenVersion>
<requireJavaVersion>
<version>${java.version}</version>
<version>11</version>
</requireJavaVersion>
<RestrictImports>
<reason>Use SLF4j for logging</reason>
Expand Down

0 comments on commit a25eb9c

Please sign in to comment.