[VIVO-1605] Update to latest Error Prone plugin and configuration to support JDK 11 (#89)

* Update to latest Error Prone plugin and configuration to support JDK 11

* Update Error Prone dependency from SNAPSHOT

* Add Javac version missing from Error Prone docs

Partial resolution of: https://jira.duraspace.org/browse/VIVO-1605
This commit is contained in:
Graham Triggs 2018-10-25 17:52:08 +01:00 committed by Andrew Woods
parent 2f12d0830e
commit ebc75d184b
2 changed files with 37 additions and 18 deletions

View file

@ -64,7 +64,7 @@
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.5.1</version>
<version>3.8.0</version>
</plugin>
<plugin>
<artifactId>maven-dependency-plugin</artifactId>