mirror of https://github.com/apache/maven.git
Upgrade Build Requirements
+ Minimum JDK11 + Minimum Maven 3.6.3
This commit is contained in:
parent
2876dc32fe
commit
c613d7ab4b
|
@ -65,8 +65,8 @@ Do you like Apache Maven? Then [donate back to the ASF](https://www.apache.org/f
|
|||
Quick Build
|
||||
-------
|
||||
If you want to bootstrap Maven, you'll need:
|
||||
- Java 8+
|
||||
- Maven 3.2.5 or later
|
||||
- Java 11+
|
||||
- Maven 3.6.3 or later
|
||||
- Run Maven, specifying a location into which the completed Maven distro should be installed:
|
||||
```
|
||||
mvn -DdistributionTargetDir="$HOME/app/maven/apache-maven-4.0.x-SNAPSHOT" clean package
|
||||
|
|
Loading…
Reference in New Issue