Revert update to compiler plugin. Seems to be having problems with the APT processing.

This commit is contained in:
Daniel Kulp 2015-06-09 04:39:25 -04:00
parent 86f705b5c5
commit 9c9ea9d894
1 changed files with 3 additions and 1 deletions

View File

@ -674,7 +674,9 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.2</version>
<!-- version 3.2 is having problems with the APT processor resulting in
java.lang.IllegalStateException: endPosTable already set -->
<version>3.1</version>
<!-- Enable Google's Error-Prone https://github.com/google/error-prone -->
<configuration>
<showWarnings>true</showWarnings>