Skip to content

Commit d3b156d

Browse files
authored
Add .sdkmanrc for easy Java and Maven version management (OpenAPITools#18552)
* Add .sdkmanrc for easy Java and Maven version management https://sdkman.io/ * Bump required Maven version for building to 3.8.8
1 parent 38b8f60 commit d3b156d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.sdkmanrc

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
java=11.0.23-tem
2+
maven=3.8.8

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ To build from source, you need the following installed and available in your `$P
260260

261261
* [Java 11](https://adoptium.net/)
262262

263-
* [Apache Maven 3.3.4 or greater](https://maven.apache.org/) (optional)
263+
* [Apache Maven 3.8.8 or greater](https://maven.apache.org/) (optional)
264264

265265
After cloning the project, you can build it from source using [maven wrapper](https://maven.apache.org/wrapper/):
266266

0 commit comments

Comments
 (0)