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

MOE Sync 2019-11-26 #793

Merged
merged 1 commit into from
Nov 26, 2019
Merged

MOE Sync 2019-11-26 #793

merged 1 commit into from
Nov 26, 2019

Conversation

nick-someone
Copy link
Member

This code has been reviewed and submitted internally. Feel free to discuss on
the PR, and we can submit follow-up changes as necessary.

Commits:

Rollback 28a2c79

*** Reason for rollback ***

breaks internal test

*** Original change description ***

Use CLASS retention for @autoservice

Gradle incremental aggregating processors require all processed annotations to have CLASS retention so that the incremental compiler can substitute a class file for a source file if the file is unchanged. With SOURCE retention, Gradle requires a full rebuild.

See:
#615
https://docs.gradle.org/6.0.1/userguide/java_plugin.html#aggregating_annotation_processors
https://github.com/gradle/gradle/blob/v6.0.1/subprojects/langua...


c347e3c

*** Reason for rollback ***

breaks internal test

*** Original change description ***

Use CLASS retention for @autoservice

Gradle incremental aggregating processors require all processed annotations to have CLASS retention so that the incremental compiler can substitute a class file for a source file if the file is unchanged. With SOURCE retention, Gradle requires a full rebuild.

See:
#615
https://docs.gradle.org/6.0.1/userguide/java_plugin.html#aggregating_annotation_processors
https://github.com/gradle/gradle/blob/v6.0.1/subprojects/langua...

***

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=282462095
@nick-someone nick-someone merged commit bffac14 into master Nov 26, 2019
@nick-someone nick-someone deleted the sync-master-2019/11/26 branch November 26, 2019 16:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants