File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
spring-boot-project/spring-boot-parent Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ https://github.com/takari/maven-wrapper[maven wrapper]. You also need JDK 1.8.
103
103
----
104
104
105
105
If you want to build with the regular `mvn` command, you will need
106
- https://maven.apache.org/run-maven/index.html[Maven v3.2.1 or above].
106
+ https://maven.apache.org/run-maven/index.html[Maven v3.5.0 or above].
107
107
108
108
NOTE: You may need to increase the amount of memory available to Maven by setting
109
109
a `MAVEN_OPTS` environment variable with the value `-Xmx512m`. Remember
Original file line number Diff line number Diff line change 633
633
<requireJavaVersion >
634
634
<version >[1.8,)</version >
635
635
</requireJavaVersion >
636
+ <requireMavenVersion >
637
+ <version >[3.5.0,)</version >
638
+ </requireMavenVersion >
636
639
<requireProperty >
637
640
<property >main.basedir</property >
638
641
</requireProperty >
You can’t perform that action at this time.
0 commit comments