File tree 2 files changed +13
-1
lines changed
spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 274
274
<target >
275
275
<zip
276
276
destfile=" ${project.build.directory}/${project.artifactId}-${project.version}-docs.zip" >
277
- <fileset dir =" ${project.build.directory}/generated-docs" />
277
+ <zipfileset
278
+ src=" build/libs/${project.artifactId}-${project.version}-javadoc.jar"
279
+ prefix=" api" />
280
+ <zipfileset dir =" ${project.build.directory}/generated-docs/reference/html"
281
+ prefix=" reference/html" />
282
+ <mappedresources >
283
+ <fileset dir =" ${project.build.directory}/generated-docs/reference/pdf"
284
+ includes=" index.pdf" />
285
+ <globmapper from =" index.pdf"
286
+ to=" reference/pdf/spring-boot-gradle-plugin-reference.pdf" />
287
+ </mappedresources >
278
288
</zip >
279
289
</target >
280
290
</configuration >
321
331
</executions >
322
332
<configuration >
323
333
<sourceDirectory >${refdocs.build.directory} </sourceDirectory >
334
+ <sourceDocumentName >index.adoc</sourceDocumentName >
324
335
<attributes >
325
336
<github-tag >${github-tag} </github-tag >
326
337
<version-type >${version-type} </version-type >
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ Andy Wilkinson
32
32
:github-code: https://github.com/spring-projects/spring-boot/tree/{github-tag}
33
33
34
34
35
+
35
36
[[introduction]]
36
37
== Introduction
37
38
You can’t perform that action at this time.
0 commit comments