Disable Gradle configuration cache on unsupported DependencyGuard task#1843
Open
SimonMarquis wants to merge 1 commit intoandroid:mainfrom
Open
Disable Gradle configuration cache on unsupported DependencyGuard task#1843SimonMarquis wants to merge 1 commit intoandroid:mainfrom
SimonMarquis wants to merge 1 commit intoandroid:mainfrom
Conversation
Contributor
Author
|
Another way to fix this could be to explicitly disable configuration cache for the corresponding task type, but this would require a bit more changes. Let me know what you prefer. |
Contributor
Author
|
That being said, it would be great to still be able to use configuration cache for this task, because most of the time, it will remain UP-TO-DATE. |
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Prevent Gradle Configuration Cache issue with Dependency Guard:
https://github.com/android/nowinandroid/actions/runs/13933394498/job/38995815537
https://github.com/dropbox/dependency-guard/blob/4eb2c28c1c1ccd5d8884eb7bb79a07e7a1cf3c7c/dependency-guard/src/main/kotlin/com/dropbox/gradle/plugins/dependencyguard/internal/list/DependencyGuardListTask.kt#L68