Upgrade reference of gradle-git-properties to 2.3.2

See gh-29535
This commit is contained in:
Janne Valkealahti 2022-01-23 16:36:17 +00:00 committed by Stephane Nicoll
parent 5521a5d160
commit d821f86b8e

View File

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