Upgrade version of gradle-git-properties in doc

Closes gh-12955
This commit is contained in:
Stephane Nicoll 2018-04-25 09:43:19 +02:00
parent 55ef9e6dc9
commit 11ad9bfebf
1 changed files with 1 additions and 1 deletions

View File

@ -2564,7 +2564,7 @@ plugin, as shown in the following example:
[source,groovy,indent=0]
----
plugins {
id "com.gorylenko.gradle-git-properties" version "1.4.17"
id "com.gorylenko.gradle-git-properties" version "1.4.21"
}
----