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

Revert Java to 18 on CircleCI for 1.10.x and above #3612

Closed
jonatan-ivanov opened this issue Jan 31, 2023 · 1 comment
Closed

Revert Java to 18 on CircleCI for 1.10.x and above #3612

jonatan-ivanov opened this issue Jan 31, 2023 · 1 comment
Labels
build A change in our build-system type: task A general task
Milestone

Comments

@jonatan-ivanov
Copy link
Member

jonatan-ivanov commented Jan 31, 2023

Because of #3549 we can't update to Gradle 7.6 on every branch, this is the Gradle version situation right now:

  • 1.9.x -> Gradle 7.6
  • 1.10.x -> Gradle 7.5.1
  • main -> Gradle 7.5.1

Gradle 7.5.1 does not support Java 19 so we need to keep 1.10.x and main on Java 18.
Java 19 was introduced in #3550

@jonatan-ivanov
Copy link
Member Author

/cc @izeye: I needed to partially revert your changes to make the build green, once we upgrade to Gradle 7.6.1, we can upgrade to Java 19 too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build A change in our build-system type: task A general task
Projects
None yet
Development

No branches or pull requests

1 participant