Skip to content
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

Conversation

maczikasz
Copy link
Member

@maczikasz maczikasz commented Aug 29, 2023

@maczikasz maczikasz requested a review from a team August 29, 2023 11:55
Copy link
Member

@c00ler c00ler left a 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.

build.gradle.kts Outdated Show resolved Hide resolved
src/test/java/com/gradle/enterprise/api/MockServer.java Outdated Show resolved Hide resolved
maczikasz and others added 2 commits September 6, 2023 16:14
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

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'.

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.

Copy link
Member Author

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

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should capitalize 'Java'.

README.md Outdated Show resolved Hide resolved
Signed-off-by: Szava Maczika <[email protected]>
build.gradle.kts Outdated Show resolved Hide resolved
build.gradle.kts Outdated Show resolved Hide resolved
@maczikasz maczikasz merged commit 0b1194b into dependabot/gradle/org.openapi.generator-7.0.0 Sep 7, 2023
@maczikasz maczikasz deleted the maczikasz/dependabot/gradle/org.openapi.generator-7.0.0 branch September 7, 2023 13:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants