Update com.gorylenko.gradle-git-properties version to 2.4.1 in doc

See gh-33838
This commit is contained in:
Johnny Lim 2023-01-16 14:56:24 +09:00 committed by Moritz Halbritter
parent cbb74673ca
commit 3983d49523
1 changed files with 1 additions and 1 deletions

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.3.2"
id "com.gorylenko.gradle-git-properties" version "2.4.1"
}
----