Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
c4b1a22e
Commit
c4b1a22e
authored
Apr 02, 2019
by
Stephane Nicoll
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Polish "Add Spring-specific styling to Gradle Plugin's documentation"
Closes gh-16327
parent
466b57cd
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
1 deletion
+13
-1
pom.xml
...oject/spring-boot-tools/spring-boot-gradle-plugin/pom.xml
+12
-1
index.adoc
...ls/spring-boot-gradle-plugin/src/main/asciidoc/index.adoc
+1
-0
No files found.
spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/pom.xml
View file @
c4b1a22e
...
...
@@ -274,7 +274,17 @@
<target>
<zip
destfile=
"${project.build.directory}/${project.artifactId}-${project.version}-docs.zip"
>
<fileset
dir=
"${project.build.directory}/generated-docs"
/>
<zipfileset
src=
"build/libs/${project.artifactId}-${project.version}-javadoc.jar"
prefix=
"api"
/>
<zipfileset
dir=
"${project.build.directory}/generated-docs/reference/html"
prefix=
"reference/html"
/>
<mappedresources>
<fileset
dir=
"${project.build.directory}/generated-docs/reference/pdf"
includes=
"index.pdf"
/>
<globmapper
from=
"index.pdf"
to=
"reference/pdf/spring-boot-gradle-plugin-reference.pdf"
/>
</mappedresources>
</zip>
</target>
</configuration>
...
...
@@ -321,6 +331,7 @@
</executions>
<configuration>
<sourceDirectory>
${refdocs.build.directory}
</sourceDirectory>
<sourceDocumentName>
index.adoc
</sourceDocumentName>
<attributes>
<github-tag>
${github-tag}
</github-tag>
<version-type>
${version-type}
</version-type>
...
...
spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/main/asciidoc/index.adoc
View file @
c4b1a22e
...
...
@@ -32,6 +32,7 @@ Andy Wilkinson
:github-code: https://github.com/spring-projects/spring-boot/tree/{github-tag}
[[introduction]]
== Introduction
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment