clayburn opened a new pull request, #471:
URL: https://github.com/apache/curator/pull/471

   This change uses the [Runtime classpath 
normalization](https://docs.gradle.com/enterprise/maven-extension/#normalization)
 feature of the Gradle Enterprise Maven Extension in order to better receive 
cache hits on surefire goals when the only change is to the Bnd-LastModified 
attribute of jar manifests.
   
   To see the full impact of this change, one can run an experiment from this 
project's master branch, then from this project's branch. For this experiment, 
run two `clean verify` builds. The first build should populate the cache, while 
the second should read from the cache. On master, the experiment will show a 
cache miss. With this change, the experiment will show a cache hit.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to