Skip to content

Commit

Permalink
jpmorganchase#109 Compilation now works with Errprone + Lombok
Browse files Browse the repository at this point in the history
Adding Lombok path to the annotation processor path in the Errorprone profile to allow both Lombok and Errorprone annotation processing to take place.  See google/error-prone#1185
  • Loading branch information
jimbethancourt committed Jun 14, 2020
1 parent da4fa49 commit 4b78b68
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,11 @@
<artifactId>error_prone_core</artifactId>
<version>${errorprone.version}</version>
</path>
<path>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>${lombok.version}</version>
</path>
<!-- Add any other annotation processors here,
even if they are also on the project dependency classpath. -->
</annotationProcessorPaths>
Expand Down

0 comments on commit 4b78b68

Please sign in to comment.