StarChart-Labs / flare-plugins

Gradle plug-ins with opinionated defaults to allow streamlined, consistent operations
MIT License
1 stars 0 forks source link

Fix DependencyConstraints Caching to Use Last Modified Time #29

Closed romeara closed 4 years ago

romeara commented 4 years ago

Currently, the caching in DependencyConstraints is based on last access time - a value that changes due to operations performed within DependencyConstraints itself.

It would make more sense to use last modified time in this context