Upgrade Build Requirements

+ Minimum JDK11
 + Minimum Maven 3.6.3
This commit is contained in:
Karl Heinz Marbaise 2023-11-13 15:03:09 +01:00
parent 2876dc32fe
commit c613d7ab4b
No known key found for this signature in database
GPG Key ID: BF1518E0160788A2
1 changed files with 2 additions and 2 deletions

View File

@ -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