Document latest version of gradle-git-properties plugin

Closes gh-13747
This commit is contained in:
Stephane Nicoll 2018-07-11 10:13:32 +02:00
parent f94ce495d8
commit 331775d6c0
1 changed files with 1 additions and 1 deletions

View File

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