Require Mavne 3.6.3

This addresses a warning due to plugins that require a newer version:

[ERROR] Project requires an incorrect minimum version of Maven.
[ERROR] Update the pom.xml to contain maven-enforcer-plugin to
[ERROR] force the Maven version which is needed to build this project.
[ERROR] See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
[ERROR] Using the minimum version of Maven: 3.2.5
pull/751/head
Andrew Gaul 2024-12-28 11:30:37 -08:00
rodzic a06ddeb92e
commit c2ec948968
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -85,7 +85,7 @@
<configuration>
<rules>
<requireMavenVersion>
<version>3.2.5</version>
<version>3.6.3</version>
</requireMavenVersion>
</rules>
</configuration>