Skip to content

Commit b1040af

Browse files
committed
Update maximum width of reference HTML
This change upgrade the framework to consume the newly-published docbook-reference-plugin version 0.2.1 containing a maximum width for the HTML reference guide.
1 parent 3a50daf commit b1040af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ buildscript {
33
maven { url 'http://repo.springsource.org/plugins-release' }
44
}
55
dependencies {
6-
classpath 'org.springframework.build.gradle:docbook-reference-plugin:0.2.0'
6+
classpath 'org.springframework.build.gradle:docbook-reference-plugin:0.2.1'
77
}
88
}
99

0 commit comments

Comments
 (0)