Update versiion of git-properties plugin shown in the docs

See gh-20436
This commit is contained in:
Florian Dreier 2020-03-10 10:22:43 +01:00 committed by Andy Wilkinson
parent a27e145f03
commit 76451d47b7
1 changed files with 1 additions and 1 deletions

View File

@ -2420,7 +2420,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 "1.5.1"
id "com.gorylenko.gradle-git-properties" version "2.2.2"
}
----