Upgrade reference plugin to version 0.2.4

Pick up fix for regression in version 0.2.3 that caused project-specific
images, e.g. diagrams not to be copied into the images/ folder, thereby
causing broken image links online and in the PDF.
This commit is contained in:
Chris Beams 2012-12-13 14:47:51 +01:00
parent c5c464c885
commit 57468aded9
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ buildscript {
}
dependencies {
classpath("org.springframework.build.gradle:propdeps-plugin:0.0.1")
classpath("org.springframework.build.gradle:docbook-reference-plugin:0.2.3")
classpath("org.springframework.build.gradle:docbook-reference-plugin:0.2.4")
}
}