Hide 'doc' changes from jdiff reports
This commit is contained in:
parent
5730b8d316
commit
f62f697550
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue