AlexanderAshitkin commented on code in PR #146:
URL: 
https://github.com/apache/maven-build-cache-extension/pull/146#discussion_r1623246723


##########
src/main/java/org/apache/maven/buildcache/checksum/DigestUtils.java:
##########
@@ -126,6 +126,10 @@ public static DigestItem dependency(HashChecksum checksum, 
String key, String ha
         return item("dependency", key, checksum.update(hash));
     }
 
+    public static DigestItem pluginDependency(HashChecksum checksum, String 
key, String hash) {

Review Comment:
   I forgot to mention the `CacheDiff` class, which calculates the difference 
between two cache records. The diff report should support the new item type. 



-- 
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: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to