Formatting
This commit is contained in:
@@ -470,4 +470,5 @@ public class Releaser {
|
||||
.unstable(new BuildUnstableException("Failed to distribute a release train source bundle", ex));
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user