Update version of git-properties plugin in the docs

Closes gh-24567
This commit is contained in:
Madhura Bhave
2020-12-18 17:25:26 -08:00
parent 302ba77812
commit a5c8b84511

View File

@@ -2531,7 +2531,7 @@ Gradle users can achieve the same result by using the https://plugins.gradle.org
[source,groovy,indent=0]
----
plugins {
id "com.gorylenko.gradle-git-properties" version "2.2.2"
id "com.gorylenko.gradle-git-properties" version "2.2.4"
}
----