ajoberstar / reckon

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

Use Gradle 5.1+ configuration avoidance #151

Closed jnehlmeier closed 2 years ago

jnehlmeier commented 3 years ago

Currently reckon* tasks are created eagerly during configuration phase, but it would be nice to apply configuration avoidance. However that would mean Gradle 5.1 as a minimum requirement.

https://docs.gradle.org/current/userguide/task_configuration_avoidance.html