LDAP-337 - Enable Java 8 build.

Fixed various JavaDoc errors that would otherwise cause the build to fail with JDK 8.
Upgraded Jacoco Plugin Version to support Java 8.
Increased heap to javadoc task to speed up doc generation.

The build now works fine with Java 7 and Java 8.
This commit is contained in:
Thomas Darimont
2015-08-03 22:32:19 +02:00
parent 9cb75f0014
commit 963232f9a9
56 changed files with 151 additions and 168 deletions

View File

@@ -10,7 +10,7 @@ configurations {
}
dependencies {
jacoco group: "org.jacoco", name: "org.jacoco.agent", version: "0.6.2.201302030002", classifier: "runtime"
jacoco group: "org.jacoco", name: "org.jacoco.agent", version: "0.7.1.201405082137", classifier: "runtime"
dependencyManagement {
springIoTestRuntime {
imports {