Skip to content

Commit

Permalink
Fix match checksum test accidently disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
laeubi committed Dec 29, 2024
1 parent 27680b1 commit 3e14003
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ public IStatus downloadArtifact(URI source, OutputStream target, IArtifactDescri
if (path != null) {
String content = Files.readString(path);
if (entry.getValue().equals(content)) {
// checksumMatch = true;
checksumMatch = true;
break;
}
// checksum mismatch no need to further bother maven for this file
Expand Down

0 comments on commit 3e14003

Please sign in to comment.