Hide 'doc' changes from jdiff reports
This commit is contained in:
parent
5730b8d316
commit
f62f697550
|
|
@ -45,7 +45,7 @@ task jdiff {
|
||||||
destdir: outputDir,
|
destdir: outputDir,
|
||||||
verbose: "off",
|
verbose: "off",
|
||||||
stats: "on",
|
stats: "on",
|
||||||
docchanges: "on") {
|
docchanges: "off") {
|
||||||
old(name: "Spring Framework ${oldVersion}") {
|
old(name: "Spring Framework ${oldVersion}") {
|
||||||
oldVersionRoot.eachDirMatch( {
|
oldVersionRoot.eachDirMatch( {
|
||||||
def candidate = new File(it)
|
def candidate = new File(it)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue