From d3b156d694782589cbd49a7c02e305fe2de143ae Mon Sep 17 00:00:00 2001 From: Philzen Date: Sat, 4 May 2024 15:05:10 +0200 Subject: [PATCH] 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 --- .sdkmanrc | 2 ++ README.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .sdkmanrc diff --git a/.sdkmanrc b/.sdkmanrc new file mode 100644 index 000000000000..f9967f3a5db6 --- /dev/null +++ b/.sdkmanrc @@ -0,0 +1,2 @@ +java=11.0.23-tem +maven=3.8.8 diff --git a/README.md b/README.md index 84ce04142c02..31ac8d785762 100644 --- a/README.md +++ b/README.md @@ -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/):