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

[Feature request] Support Project Isolation #44

Open
ZacSweers opened this issue Dec 30, 2023 · 1 comment
Open

[Feature request] Support Project Isolation #44

ZacSweers opened this issue Dec 30, 2023 · 1 comment

Comments

@ZacSweers
Copy link
Contributor

Project isolation is coming down the pipeline in Gradle and adds new limitations

https://gradle.github.io/configuration-cache/#status_as_of_gradle_8_5

The problematic line is use of subprojects here: https://github.com/dropbox/focus/blob/main/focus-gradle-plugin/src/main/kotlin/com/dropbox/focus/FocusPlugin.kt#L71

This is part of a larger issue with this feature's limitations: gradle/gradle#22514

@0legg
Copy link

0legg commented Jun 14, 2024

Also, configuration cache doesn't work for createFocusSettings task.

Exception at com.dropbox.focus.CreateFocusSettingsTask.createFocusSettings(CreateFocusSettingsTask.kt:24)
org.gradle.api.InvalidUserCodeException: Invocation of 'Task.project' by task ':bolt:app-rider:createFocusSettings' at execution time is unsupported.

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

No branches or pull requests

2 participants