Add error-prone compiler. #259
Conversation
lgtm. Works for me locally. |
<dependency> | ||
<groupId>org.codehaus.plexus</groupId> | ||
<artifactId>plexus-compiler-javac-errorprone</artifactId> | ||
<version>2.8</version> |
NightlyNexus
Feb 15, 2017
Collaborator
2.8.1?
2.8.1?
@@ -80,11 +80,25 @@ | |||
<plugin> | |||
<groupId>org.apache.maven.plugins</groupId> | |||
<artifactId>maven-compiler-plugin</artifactId> | |||
<version>3.0</version> | |||
<version>3.3</version> |
NightlyNexus
Feb 15, 2017
Collaborator
3.6.1?
3.6.1?
* Fix error-prone warning * Add error-prone compiler. * Suppress warning about calling getClass() on annotation.
No description provided.