Skip to content

Commit

Permalink
Add a null MavenSettings.Server ServerConfiguration
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek committed Sep 25, 2023
1 parent 331a3b5 commit b83eb7e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,8 @@ public MavenSettings buildSettings() {
return new MavenSettings.Server(
s.getId(),
s.getUsername(),
decryptionResult.getServer().getPassword()
decryptionResult.getServer().getPassword(),
null
);
}).collect(toList()));

Expand Down

0 comments on commit b83eb7e

Please sign in to comment.