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.
  • Loading branch information
laeubi committed Jan 27, 2025
1 parent 0f2b5c3 commit 703f30f
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 703f30f

Please sign in to comment.