Skip to content

Commit

Permalink
RP-29: suppress warning about missing annotation processor
Browse files Browse the repository at this point in the history
  • Loading branch information
zwieback committed Jul 6, 2017
1 parent bd3f50f commit 42da91d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@
<source>${java.version}</source>
<target>${java.version}</target>
<encoding>${file.encoding}</encoding>
<compilerArgument>-Xlint:all</compilerArgument>
<compilerArgument>-Xlint:all,-processing</compilerArgument>
<showWarnings>true</showWarnings>
<showDeprecation>true</showDeprecation>
</configuration>
Expand Down

0 comments on commit 42da91d

Please sign in to comment.