We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cbef3f commit 9689be5Copy full SHA for 9689be5
bd-build/src/main/java/com/g2forge/bulldozer/build/Release.java
@@ -283,7 +283,7 @@ public IExit invoke() throws Throwable {
283
try {
284
// Skip ourselves & projects that don't depend on us
285
if ((downstream == project) || !downstream.getDependencies().getTransitive().keySet().contains(name)) continue;
286
- log.info("\tFound downstream{}", downstream.getName());
+ log.info("\tFound downstream {}", downstream.getName());
287
// Record that we're updating this project so it needs to be re-installed at the end
288
unreleasedProjectsToReinstall.add(downstream.getName());
289
// Update all the downstreams to new release versions
0 commit comments