Skip to content

Commit

Permalink
Build project after clean
Browse files Browse the repository at this point in the history
Currently the mojo reports probably old warnings, because of this we
need to rebuild the project after cleanups are applied to get a more
up-to-date state to report.

(cherry picked from commit 97aef82)
  • Loading branch information
laeubi authored and eclipse-tycho-bot committed Jan 27, 2025
1 parent 0d4facd commit 7d2a7f1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ protected CleanupResult createResult(IProject project) throws Exception {
applyCleanups(project, cleanups, units);
}
}
buildProject(project);
return result;
}

Expand Down

0 comments on commit 7d2a7f1

Please sign in to comment.