Skip to content

Commit

Permalink
Require Maven 3.9.6 or later (#612)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlatombe committed Sep 24, 2024
1 parent 7c2b4cb commit 995e904
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 @@ -669,8 +669,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>
<!-- TODO failing during incrementals deploy: MENFORCER-281
<requirePluginVersions>
Expand Down

0 comments on commit 995e904

Please sign in to comment.