n0mer / gradle-git-properties

Gradle plugin for `git.properties` file generation
https://plugins.gradle.org/plugin/com.gorylenko.gradle-git-properties
Apache License 2.0
323 stars 55 forks source link

Make grgit dependency version configurable #135

Closed tha2015 closed 4 years ago

tha2015 commented 5 years ago

To avoid the issues like https://github.com/n0mer/gradle-git-properties/issues/133 , we should allow the plugin to work with any grgit library available in the system and will use a default version of none is available. Something like User Override Library Version (page 19, https://www.slideshare.net/ysb33r/idiomatic-gradle-plugin-writing-56121903)

tha2015 commented 5 years ago

This might be overkill, will not implement for now