Make github-tag property available when generating Gradle plugin docs
Closes gh-11490
This commit is contained in:
parent
03dd53f347
commit
a7808388ad
|
|
@ -259,6 +259,7 @@
|
|||
<configuration>
|
||||
<sourceDocumentName>index.adoc</sourceDocumentName>
|
||||
<attributes>
|
||||
<github-tag>${github-tag}</github-tag>
|
||||
<version-type>${version-type}</version-type>
|
||||
<version>${project.version}</version>
|
||||
</attributes>
|
||||
|
|
|
|||
Loading…
Reference in New Issue