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

Avoid storing variantName property in the task #448

Merged
merged 1 commit into from
Nov 17, 2020
Merged

Conversation

gavra0
Copy link
Contributor

@gavra0 gavra0 commented Nov 16, 2020

When configuration caching is enabled, all task
properties will be serialized, causing variantName
to be queried even for Java-only projects which throws
runtime exception. This PR completely removes that property
as it is required only during task configuration.

Fixes #419.

When configuration caching is enabled, all task
properties will be serialized, causing variantName
to be queried even for Java-only projects which throws
runtime exception. This PR completely removes that property
as it is required only during task configuration.

Fixes google#419.
@voidzcy
Copy link
Collaborator

voidzcy commented Nov 16, 2020

Thanks!

@voidzcy voidzcy merged commit a2d2885 into google:master Nov 17, 2020
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.

[Configuration cache] Using plugin in a Java project with configuration cache enabled gives unexpected warning
2 participants