Hide 'doc' changes from jdiff reports

This commit is contained in:
Phillip Webb 2013-03-13 11:13:01 -07:00
parent 5730b8d316
commit f62f697550
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ task jdiff {
destdir: outputDir,
verbose: "off",
stats: "on",
docchanges: "on") {
docchanges: "off") {
old(name: "Spring Framework ${oldVersion}") {
oldVersionRoot.eachDirMatch( {
def candidate = new File(it)