Add .sdkmanrc for easy Java and Maven version management (#18552)

* Add .sdkmanrc for easy Java and Maven version management

https://sdkman.io/

* Bump required Maven version for building to 3.8.8
This commit is contained in:
Philzen 2024-05-04 15:05:10 +02:00 committed by GitHub
parent 38b8f60e54
commit d3b156d694
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

2
.sdkmanrc Normal file
View File

@ -0,0 +1,2 @@
java=11.0.23-tem
maven=3.8.8

View File

@ -260,7 +260,7 @@ To build from source, you need the following installed and available in your `$P
* [Java 11](https://adoptium.net/)
* [Apache Maven 3.3.4 or greater](https://maven.apache.org/) (optional)
* [Apache Maven 3.8.8 or greater](https://maven.apache.org/) (optional)
After cloning the project, you can build it from source using [maven wrapper](https://maven.apache.org/wrapper/):