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

Configuration Cache Support #409

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

mgroth0
Copy link

@mgroth0 mgroth0 commented Sep 6, 2024

Fixes #339 (WIP)

There are a couple challenges I noticed ahead:

  1. project.group and project.version are used in the task action. These values could be changed at any point during the configuration phase and AFAIK they are not observable. Therefore, getting them when the plugin is applied risks the possibility that the consumer changes them after.
  2. While configuration resolution results are in fact configuration cachable, it could possibility be a heavy amount of work to get this working properly and performantly

I don't know if when if ever I'll get around to finishing this PR, so anyone should feel free to complete it. Just remove usages of project from task action and navigate the challenges above.

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.

Incompatible with Gradle Configuration Cache
1 participant