Skip to content

Commit 9775650

Browse files
Add missing git.build.host to GitRepositoryState Bean
1 parent c6517a1 commit 9775650

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,7 @@ Start out with with adding the above steps to your project, next paste this **gi
299299
<property name="commitIdAbbrev" value="${git.commit.id.abbrev}"/>
300300
<property name="commitTime" value="${git.commit.time}"/>
301301
<property name="buildTime" value="${git.build.time}"/>
302+
<property name="buildHost" value="${git.build.host}"/>
302303
<property name="buildUserName" value="${git.build.user.name}"/>
303304
<property name="buildUserEmail" value="${git.build.user.email}"/>
304305
<property name="commitMessageFull" value="${git.commit.message.full}"/>

0 commit comments

Comments
 (0)