Skip to content

Commit

Permalink
Fix incremental annotation processing of AutoValueProcessor, shade ne…
Browse files Browse the repository at this point in the history
…t.ltgt.gradle.incap

Related to #615
Closes #678

RELNOTES=Fix incremental annotation processing of `@AutoValue`

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=221799723
  • Loading branch information
tbroyer authored and ronshapiro committed Nov 20, 2018
1 parent 1820660 commit fd19a75
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions value/processor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@
<dependency>
<groupId>net.ltgt.gradle.incap</groupId>
<artifactId>incap</artifactId>
<version>0.1</version>
<version>0.2</version>
</dependency>
<dependency>
<groupId>net.ltgt.gradle.incap</groupId>
<artifactId>incap-processor</artifactId>
<version>0.1</version>
<version>0.2</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -172,6 +172,10 @@
<pattern>com.squareup.javapoet</pattern>
<shadedPattern>autovalue.shaded.com.squareup.javapoet$</shadedPattern>
</relocation>
<relocation>
<pattern>net.ltgt.gradle.incap</pattern>
<shadedPattern>autovalue.shaded.net.ltgt.gradle.incap$</shadedPattern>
</relocation>
</relocations>
</configuration>
</execution>
Expand Down

0 comments on commit fd19a75

Please sign in to comment.