File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments