Skip to content

Commit

Permalink
Update ExportDependenciesToTeamcityTask.java
Browse files Browse the repository at this point in the history
  • Loading branch information
fishinitself authored Jan 8, 2024
1 parent 0769a3c commit f7ba99c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public void exportDependencies() {
dependenciesString = releaseDependenciesConfiguration.getComponents()
.stream()
.map(c -> String.format(COMPONENT_FORMAT, c.getName(), c.getVersion()))
.collect(Collectors.joining());
.collect(Collectors.joining(","));
}

getLogger().info("ExportDependenciesToTeamcityTask Found dependencies: {}", dependenciesString);
Expand Down

0 comments on commit f7ba99c

Please sign in to comment.