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

back-port configuration cache support to 4.x branch i.e. java 8 #355

Closed
abelom opened this issue Feb 8, 2022 · 3 comments
Closed

back-port configuration cache support to 4.x branch i.e. java 8 #355

abelom opened this issue Feb 8, 2022 · 3 comments

Comments

@abelom
Copy link

abelom commented Feb 8, 2022

I know it's ridiculous but at my place we are still 9 months away from java 11.

is there any chance to have 4.xx with configuration cache support and same old JGit meaning same old java 8?

@ajoberstar
Copy link
Owner

While it may not be possible in your environment, you can run Gradle under 11+ and use the java.toolchain block to use Java 8 to compile and run your app. So as long as you can put Java 11 on developer workstations and CI, you don't have to migrate your applications off of 8.

Barring that, I think a backport is on the table, but I would want to maintain the same Gradle compatibility grgit 4 has now.

My near term focus is updating my other plugins to the latest Gradle capabilities, so I'm not sure when I'd be able to look at this.

@ajoberstar
Copy link
Owner

Given #356 which means the build cache support fails on (many?) multi-project builds, I won't be porting this to 4.x. When Gradle resolves the issue in (hopefully) 7.5, feel free to nudge me again to get this ported.

@ajoberstar
Copy link
Owner

No plans to backport this, so I'm going to close this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants