-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enforce java 11 due to openapi generator compatibility #74
Enforce java 11 due to openapi generator compatibility #74
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please ignore this comment. I think I accidentally made it to the commit.
Co-authored-by: Alexey Venderov <[email protected]> Signed-off-by: Szava Maczika <[email protected]>
README.md
Outdated
@@ -15,6 +15,9 @@ $ ./gradlew install | |||
This builds and installs the program into `build/install/gradle-enterprise-api-samples`. | |||
You can use the `build/install/gradle-enterprise-api-samples/bin/gradle-enterprise-api-samples` script to run the sample. | |||
|
|||
### Note on JDK11 | |||
|
|||
Due to a change in the [openapi generator project](https://github.com/gradle/gradle-enterprise-api-samples/pull/74) JDK 11 is required to build the samples. The clients still work using java 8 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing comma before 'JDK 11'.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't that be 'JDK 8'? Also, that sentence is missing a period.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No it's not JDK 8, because running an app does not need a JDK but a JRE, but using JRE would've been kindof weird IMO
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should capitalize 'Java'.
Signed-off-by: Szava Maczika <[email protected]>
OpenAPITools/openapi-generator#15553
https://github.com/gradle/ge/issues/27007