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
376098d0
Commit
376098d0
authored
May 12, 2020
by
Madhura Bhave
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Set asciidoctor revnumber to null
Closes gh-20934
parent
4c4097a2
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
36 additions
and
0 deletions
+36
-0
build.gradle
...t-project/spring-boot-actuator-autoconfigure/build.gradle
+8
-0
build.gradle
spring-boot-project/spring-boot-docs/build.gradle
+12
-0
build.gradle
.../spring-boot-tools/spring-boot-gradle-plugin/build.gradle
+8
-0
build.gradle
...t/spring-boot-tools/spring-boot-maven-plugin/build.gradle
+8
-0
No files found.
spring-boot-project/spring-boot-actuator-autoconfigure/build.gradle
View file @
376098d0
...
@@ -181,6 +181,10 @@ asciidoctor {
...
@@ -181,6 +181,10 @@ asciidoctor {
}
}
}
}
asciidoctor
{
attributes
"revnumber"
:
null
}
asciidoctorPdf
{
asciidoctorPdf
{
configurations
"asciidoctorExtensions"
configurations
"asciidoctorExtensions"
dependsOn
test
dependsOn
test
...
@@ -189,6 +193,10 @@ asciidoctorPdf {
...
@@ -189,6 +193,10 @@ asciidoctorPdf {
}
}
}
}
asciidoctorPdf
{
attributes
"revnumber"
:
null
}
task
zip
(
type:
Zip
)
{
task
zip
(
type:
Zip
)
{
dependsOn
asciidoctor
,
asciidoctorPdf
dependsOn
asciidoctor
,
asciidoctorPdf
duplicatesStrategy
"fail"
duplicatesStrategy
"fail"
...
...
spring-boot-project/spring-boot-docs/build.gradle
View file @
376098d0
...
@@ -155,6 +155,10 @@ tasks.withType(org.asciidoctor.gradle.jvm.AbstractAsciidoctorTask) {
...
@@ -155,6 +155,10 @@ tasks.withType(org.asciidoctor.gradle.jvm.AbstractAsciidoctorTask) {
}
}
}
}
asciidoctor
{
attributes
"revnumber"
:
null
}
asciidoctor
{
asciidoctor
{
sources
{
sources
{
include
"*.singleadoc"
include
"*.singleadoc"
...
@@ -167,12 +171,20 @@ asciidoctorPdf {
...
@@ -167,12 +171,20 @@ asciidoctorPdf {
}
}
}
}
asciidoctorPdf
{
attributes
"revnumber"
:
null
}
task
asciidoctorMultipage
(
type:
org
.
asciidoctor
.
gradle
.
jvm
.
AsciidoctorTask
)
{
task
asciidoctorMultipage
(
type:
org
.
asciidoctor
.
gradle
.
jvm
.
AsciidoctorTask
)
{
sources
{
sources
{
include
"*.adoc"
include
"*.adoc"
}
}
}
}
asciidoctorMultipage
{
attributes
"revnumber"
:
null
}
syncDocumentationSourceForAsciidoctor
{
syncDocumentationSourceForAsciidoctor
{
dependsOn
documentTestSlices
dependsOn
documentTestSlices
dependsOn
documentStarters
dependsOn
documentStarters
...
...
spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/build.gradle
View file @
376098d0
...
@@ -86,12 +86,20 @@ asciidoctor {
...
@@ -86,12 +86,20 @@ asciidoctor {
attributes
"stylesheet"
:
"css/style.css"
attributes
"stylesheet"
:
"css/style.css"
}
}
asciidoctor
{
attributes
"revnumber"
:
null
}
asciidoctorPdf
{
asciidoctorPdf
{
sources
{
sources
{
include
"index.adoc"
include
"index.adoc"
}
}
}
}
asciidoctorPdf
{
attributes
"revnumber"
:
null
}
javadoc
{
javadoc
{
options
{
options
{
author
=
true
author
=
true
...
...
spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/build.gradle
View file @
376098d0
...
@@ -63,6 +63,10 @@ asciidoctor {
...
@@ -63,6 +63,10 @@ asciidoctor {
}
}
}
}
asciidoctor
{
attributes
"revnumber"
:
null
}
syncDocumentationSourceForAsciidoctorPdf
{
syncDocumentationSourceForAsciidoctorPdf
{
from
(
documentPluginGoals
)
{
from
(
documentPluginGoals
)
{
into
"asciidoc/goals"
into
"asciidoc/goals"
...
@@ -75,6 +79,10 @@ asciidoctorPdf {
...
@@ -75,6 +79,10 @@ asciidoctorPdf {
}
}
}
}
asciidoctorPdf
{
attributes
"revnumber"
:
null
}
javadoc
{
javadoc
{
options
{
options
{
author
=
true
author
=
true
...
...
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