Skip to content

Commit

Permalink
Add a note about other annotation processors to the maven example
Browse files Browse the repository at this point in the history
Fixes #1187

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=311831016
  • Loading branch information
RichardBradley authored and kluever committed May 16, 2020
1 parent 8f05406 commit 544b2b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@
<artifactId>error_prone_core</artifactId>
<version>2.3.5-SNAPSHOT</version>
</path>
<!-- Add any other annotation processors here,
even if they are also on the project dependency classpath. -->
</annotationProcessorPaths>
</configuration>
</plugin>
Expand Down

0 comments on commit 544b2b7

Please sign in to comment.