Skip to content

Commit 57468ad

Browse files
committed
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.
1 parent c5c464c commit 57468ad

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
@@ -4,7 +4,7 @@ buildscript {
44
}
55
dependencies {
66
classpath("org.springframework.build.gradle:propdeps-plugin:0.0.1")
7-
classpath("org.springframework.build.gradle:docbook-reference-plugin:0.2.3")
7+
classpath("org.springframework.build.gradle:docbook-reference-plugin:0.2.4")
88
}
99
}
1010

0 commit comments

Comments
 (0)