Skip to content

Commit

Permalink
[MNG-7673] IllegalArgumentException thrown for invalid checksum 'neve…
Browse files Browse the repository at this point in the history
…r' (#972)
  • Loading branch information
gnodet authored Jan 30, 2023
1 parent 30fafa6 commit 41429b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ private static RepositoryPolicy convertRepositoryPolicy(org.apache.maven.api.mod
RepositoryPolicy policy = RepositoryPolicy.newBuilder()
.enabled(modelPolicy.isEnabled())
.updatePolicy(modelPolicy.getUpdatePolicy())
.checksumPolicy(modelPolicy.getUpdatePolicy())
.checksumPolicy(modelPolicy.getChecksumPolicy())
.build();
return policy;
}
Expand Down

0 comments on commit 41429b1

Please sign in to comment.