Skip to content

Commit

Permalink
Allow building with Maven minimum version 3.8.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
wrandelshofer committed Sep 13, 2024
1 parent 3d56703 commit 94c86cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ on the same computer:

This project requires **at least** the items below to build it from source:

- Maven 3.9.8
- Maven 3.9.9
- OpenJDK SE 22

This project contains optimised code for various JDK versions.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
<configuration>
<rules>
<requireMavenVersion>
<version>3.9.9</version>
<version>3.8.8</version>
</requireMavenVersion>
</rules>
<fail>true</fail>
Expand Down

0 comments on commit 94c86cd

Please sign in to comment.