Revert update to compiler plugin. Seems to be having problems with the APT processing.
This commit is contained in:
parent
86f705b5c5
commit
9c9ea9d894
4
pom.xml
4
pom.xml
|
@ -674,7 +674,9 @@
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-compiler-plugin</artifactId>
|
<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 -->
|
<!-- Enable Google's Error-Prone https://github.com/google/error-prone -->
|
||||||
<configuration>
|
<configuration>
|
||||||
<showWarnings>true</showWarnings>
|
<showWarnings>true</showWarnings>
|
||||||
|
|
Loading…
Reference in New Issue