Skip to content

Commit

Permalink
Require Maven 3.9.6 or later (#1018)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlatombe authored Sep 24, 2024
1 parent 1f6b533 commit ba03413
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -512,8 +512,8 @@
<configuration>
<rules>
<requireMavenVersion>
<version>[3.8.1,)</version>
<message>3.8.1 required to no longer download dependencies via HTTP (use HTTPS instead).</message>
<version>[3.9.6,)</version>
<message>3.9.6 to use Maven plugins using JDK17 bytecode.</message>
</requireMavenVersion>
<requireJavaVersion>
<version>[${maven.compiler.release},)</version>
Expand Down

0 comments on commit ba03413

Please sign in to comment.