Commit b14756a7 authored by Stephane Nicoll's avatar Stephane Nicoll

Improve git commit information for Gradle

Closes gh-3949
parent 623fcfef
......@@ -454,8 +454,15 @@ generate a `git.properties` file. Simply add the following declaration to your P
</build>
----
A similar https://github.com/ajoberstar/gradle-git[`gradle-git`] plugin is also available
for Gradle users, although a little more work is required to generate the properties file.
Gradle users can achieve the same result using the
https://plugins.gradle.org/plugin/com.gorylenko.gradle-git-properties[`gradle-git-properties`] plugin
[source,groovy,indent=0]
----
plugins {
id "com.gorylenko.gradle-git-properties" version "1.4.6"
}
----
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment