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.
master
Phillip Webb 12 years ago
parent 3a50dafc90
commit b1040af22e
  1. 2
      build.gradle

@ -3,7 +3,7 @@ buildscript {
maven { url 'http://repo.springsource.org/plugins-release' } maven { url 'http://repo.springsource.org/plugins-release' }
} }
dependencies { dependencies {
classpath 'org.springframework.build.gradle:docbook-reference-plugin:0.2.0' classpath 'org.springframework.build.gradle:docbook-reference-plugin:0.2.1'
} }
} }

Loading…
Cancel
Save