Skip to content

Commit 3e14003

Browse files
committed
Fix match checksum test accidently disabled
1 parent 27680b1 commit 3e14003

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

p2-maven-plugin/src/main/java/org/eclipse/tycho/p2maven/transport/MavenArtifactDownloadProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ public IStatus downloadArtifact(URI source, OutputStream target, IArtifactDescri
154154
if (path != null) {
155155
String content = Files.readString(path);
156156
if (entry.getValue().equals(content)) {
157-
// checksumMatch = true;
157+
checksumMatch = true;
158158
break;
159159
}
160160
// checksum mismatch no need to further bother maven for this file

0 commit comments

Comments
 (0)