Skip to content

Commit a780838

Browse files
committed
Make github-tag property available when generating Gradle plugin docs
Closes gh-11490
1 parent 03dd53f commit a780838

File tree

1 file changed

+1
-0
lines changed
  • spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin

1 file changed

+1
-0
lines changed

Diff for: spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/pom.xml

+1
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,7 @@
259259
<configuration>
260260
<sourceDocumentName>index.adoc</sourceDocumentName>
261261
<attributes>
262+
<github-tag>${github-tag}</github-tag>
262263
<version-type>${version-type}</version-type>
263264
<version>${project.version}</version>
264265
</attributes>

0 commit comments

Comments
 (0)