Fix Jdiff generation with Java8

This commit is contained in:
Stephane Nicoll 2016-12-30 14:53:16 +01:00
parent e8a082fbe1
commit 276cfd8993
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ task jdiff {
ant.mkdir(dir: outputDir)
ant.jdiff(
destdir: outputDir,
source: "1.8",
verbose: "off",
stats: "on",
docchanges: "off") {