Fix Jdiff generation with Java8

master
Stephane Nicoll 8 years ago
parent e8a082fbe1
commit 276cfd8993
  1. 1
      gradle/jdiff.gradle

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

Loading…
Cancel
Save