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:
   Sorry, I forgot to mention that there is a `CacheDiff` tool. It will also be 
good to add the plugin dependencies to the diff report. 



-- 
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