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

Improve Gradle configuration cache support #867

Draft
wants to merge 2 commits into
base: FG_5.0
Choose a base branch
from

Conversation

PaintNinja
Copy link
Contributor

This PR improves support for Gradle's configuration cache feature by reducing getProject() usages and marking incompatible tasks accordingly so that the configuration cache can be used for compatible tasks.

Note that this is my first time working on a Gradle plugin, so merge with caution - please perform your own tests (I might've overlooked something) and let me know if I've missed anything or done something wrong so that I can improve. :)

@sciwhiz12 sciwhiz12 added the enhancement Enhances an existing feature in the codebase label Jun 17, 2022
@SizableShrimp SizableShrimp self-assigned this Jul 18, 2022
Copy link
Contributor

@marchermans marchermans left a comment

Choose a reason for hiding this comment

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

This looks okey....ish.

That said how much do we need of this @SizableShrimp with regards to gradle 8?

@SizableShrimp SizableShrimp marked this pull request as draft April 18, 2023 02:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhances an existing feature in the codebase
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants