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

fix: prevent cache invalidation due to project directory change #159

Merged
merged 2 commits into from
Nov 24, 2023

Conversation

monosoul
Copy link
Owner

Fixes #127

Previously, since output dir was stored in the codegen configuration in addition to the task property, Gradle build cache was not reusable when project is built on different machines. This change fixes that by providing output dir at later stage.

@monosoul monosoul merged commit 014345b into main Nov 24, 2023
3 checks passed
@monosoul monosoul deleted the fix/make-path-sensitivity-relative branch November 24, 2023 19:13
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.

gradle cache misses due to generatorConfig marked as @Input
1 participant