Browse Source

Make github-tag property available when generating Gradle plugin docs

Closes gh-11490
pull/11487/merge
Andy Wilkinson 8 years ago
parent
commit
a7808388ad
  1. 1
      spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/pom.xml

1
spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/pom.xml

@ -259,6 +259,7 @@ @@ -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…
Cancel
Save