Skip to content

Commit

Permalink
Fix match checksum test accidently disabled
Browse files Browse the repository at this point in the history
(cherry picked from commit 3e14003)
  • Loading branch information
laeubi authored and eclipse-tycho-bot committed Dec 29, 2024
1 parent c170dea commit 804e5f1
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 804e5f1

Please sign in to comment.