Skip to content

Commit

Permalink
Require at least Maven 3.9.6 to build Quarkus
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed Aug 8, 2024
1 parent ca571dd commit c5ffe30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion independent-projects/parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<maven.compiler.argument.testSource>${maven.compiler.testSource}</maven.compiler.argument.testSource>

<!-- maven-enforcer-plugin -->
<maven.min.version>3.8.6</maven.min.version>
<maven.min.version>3.9.6</maven.min.version>
<jdk.min.version>${maven.compiler.argument.source}</jdk.min.version>
<insecure.repositories>ERROR</insecure.repositories>

Expand Down

0 comments on commit c5ffe30

Please sign in to comment.