burrunan / gradle-cache-action

GitHub Action to properly cache ~/.gradle folder
Apache License 2.0
150 stars 13 forks source link

Support Gradle dependency locking for dependency cache key #5

Closed vlsi closed 4 years ago

vlsi commented 4 years ago

dependency-locking is already a part of the cache key: https://github.com/burrunan/gradle-cache-action/blob/1c5926921692d0f5fc1b67a6df597cfb2df13f4e/layered-cache/src/main/kotlin/com/github/burrunan/gradle/cache/dependenciesCache.kt#L68-L78