Formatting

This commit is contained in:
Ryan Baxter
2024-06-06 10:46:47 -04:00
parent 3a1c18e790
commit 8aa6a08283
2 changed files with 1 additions and 1 deletions

View File

@@ -470,4 +470,5 @@ public class Releaser {
.unstable(new BuildUnstableException("Failed to distribute a release train source bundle", ex));
}
}
}

View File

@@ -50,7 +50,6 @@ public class ReleaseBundleCreator {
private final ObjectMapper objectMapper;
public ReleaseBundleCreator(ReleaserProperties properties) {
log.info("Creating Artifactory client with URL [{}]", properties.getBundles().getRepoUrl());
log.info("Creating Artifactory client with username [{}]", properties.getBundles().getRepoUsername());