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-25 #792

Merged
merged 1 commit into from
Nov 25, 2019
Merged

MOE Sync 2019-11-25 #792

merged 1 commit into from
Nov 25, 2019

Commits on Nov 25, 2019

  1. 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/language-java/src/main/java/org/gradle/api/internal/tasks/compile/processing/AggregatingProcessingStrategy.java#L49-L56
    
    RELNOTES=`AutoService`: Use `CLASS` retention to support Gradle aggregating incremental annotation processors
    
    -------------
    Created by MOE: https://github.com/google/moe
    MOE_MIGRATED_REVID=282380619
    ember-rose authored and nick-someone committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    5eebb1b View commit details
    Browse the repository at this point in the history