Skip to content

Commit

Permalink
Add .sdkmanrc for easy Java and Maven version management (OpenAPITool…
Browse files Browse the repository at this point in the history
…s#18552)

* Add .sdkmanrc for easy Java and Maven version management

https://sdkman.io/

* Bump required Maven version for building to 3.8.8
  • Loading branch information
Philzen authored May 4, 2024
1 parent 38b8f60 commit d3b156d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .sdkmanrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
java=11.0.23-tem
maven=3.8.8
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/):

Expand Down

0 comments on commit d3b156d

Please sign in to comment.