Skip to content

Commit f62f697

Browse files
committed
Hide 'doc' changes from jdiff reports
1 parent 5730b8d commit f62f697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/jdiff.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ task jdiff {
4545
destdir: outputDir,
4646
verbose: "off",
4747
stats: "on",
48-
docchanges: "on") {
48+
docchanges: "off") {
4949
old(name: "Spring Framework ${oldVersion}") {
5050
oldVersionRoot.eachDirMatch( {
5151
def candidate = new File(it)

0 commit comments

Comments
 (0)