Skip to content

Commit 76dfb19

Browse files
authored
Update README.md with JDK version required
1 parent 37597a2 commit 76dfb19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/generator-cli/src/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ OpenAPI Generator allows generation of API client libraries (SDK generation), se
1010
configuration automatically given an OpenAPI Spec (both 2.0 and 3.0 are supported). Please see
1111
[OpenAPITools/openapi-generator](https://github.com/OpenAPITools/openapi-generator).
1212

13-
The OpenAPI Generator is a Java project. `openapi-generator-cli` will download the appropriate JAR file and invoke the `java` executable to run the OpenAPI Generator. You must have the `java` binary executable available on your `PATH` for this to work.
13+
The OpenAPI Generator is a Java project. `openapi-generator-cli` will download the appropriate JAR file and invoke the `java` executable to run the OpenAPI Generator. You must have the `java` binary executable available on your `PATH` for this to work. (JDK 11 is the minimal version supported. To install JDk, please visit https://adoptium.net/)
1414

1515
If you find this tool useful, please consider sponsoring this project financially via https://opencollective.com/openapi_generator or directly to [Kay Schecker](https://github.com/sponsors/kay-schecker) (the author of this tool) :pray:
1616

0 commit comments

Comments
 (0)