Set asciidoctor revnumber to null

Closes gh-20934
This commit is contained in:
Madhura Bhave
2020-05-12 14:57:55 -07:00
parent 4c4097a29b
commit 376098d080
4 changed files with 36 additions and 0 deletions

View File

@@ -86,12 +86,20 @@ asciidoctor {
attributes "stylesheet": "css/style.css"
}
asciidoctor {
attributes "revnumber": null
}
asciidoctorPdf {
sources {
include "index.adoc"
}
}
asciidoctorPdf {
attributes "revnumber": null
}
javadoc {
options {
author = true