Gradle / subprojects / dependency-management / src / integTest / groovy / org / gradle / integtests / resolve
CacheResolveIntegrationTest.groovy
58b3a14Use separate cache for file access time journal
Storing a file access time journal inside each cache causes a lot of contention in particular with caches that require a lot of exclusive access like the artifact cache. Instead, a new `journal-1` cache that is managed by a user-home-scoped service is now used to keep track of file access times for all caches that want to use it. 4093a70Use doLast instead of left shift operator
Made this change in preparation for deprecating the left shift operator. +review REVIEW-6236 |
![]() |