Skip to content

Commit 887815f

Browse files
committed
Update docbook dependency and generate epub
Issue: SPR-11167
1 parent fd5dbdd commit 887815f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
dependencies {
66
classpath("org.springframework.build.gradle:propdeps-plugin:0.0.7")
77
classpath("org.asciidoctor:asciidoctor-gradle-plugin:0.7.0")
8-
classpath("org.springframework.build.gradle:docbook-reference-plugin:0.2.8")
8+
classpath("io.spring.gradle:docbook-reference-plugin:0.3.0")
99
classpath("ws.antonov.gradle.plugins:gradle-plugin-protobuf:0.9.1")
1010
}
1111
}
@@ -136,7 +136,7 @@ configure(allprojects) { project ->
136136
inputs.dir sourceSets.main.output.classesDir
137137
inputs.dir copyJavaApiSignature.to
138138
outputs.upToDateWhen { true }
139-
139+
140140
doLast {
141141
ant.taskdef(
142142
name: 'animalSniffer',
@@ -1104,6 +1104,7 @@ configure(rootProject) {
11041104
reference {
11051105
sourceDir = asciidoctor.outputDir
11061106
pdfFilename = "spring-framework-reference.pdf"
1107+
epubFilename = "spring-framework-reference.epub"
11071108
expandPlaceholders = ""
11081109
}
11091110

0 commit comments

Comments
 (0)