ajoberstar / reckon

Infer a project's version from your Git repository.
Apache License 2.0
187 stars 28 forks source link

Expose custom strategy methods in Gradle plugin #72

Closed ajoberstar closed 2 years ago

ajoberstar commented 6 years ago

50 introduced more powerful ways to configure the strategies, having the vcs inventory available as part of determining the scope or stage. This flexibility should be available within the Gradle plugin.

Add the following methods to ReckonExtension:

ajoberstar commented 6 years ago

See #70 for a use case of this.

ajoberstar commented 6 years ago

Want to think about some of the use cases for this before supporting it.

ajoberstar commented 6 years ago

See #98 for another use case for this.

ajoberstar commented 2 years ago

Fixed by #172