Skip to content

Commit

Permalink
mvn: require mvn version 3.8+
Browse files Browse the repository at this point in the history
This is to get more consistent build behaviour across different machines.
Mvn 3.6.3 is now 4 years old and sometimes does not work well with newer JDKs (16+).
  • Loading branch information
michalmac committed Oct 22, 2023
1 parent 90e509c commit 3503aa4
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 @@ -346,7 +346,7 @@
</excludes>
</requireReleaseDeps>
<requireMavenVersion>
<version>3.6.3</version>
<version>3.8</version>
</requireMavenVersion>
</rules>
</configuration>
Expand Down

0 comments on commit 3503aa4

Please sign in to comment.