Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
elharo committed Nov 21, 2024
1 parent 1870fbb commit 83be0e3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ private void generateReport(String pluginXml) throws Exception {
}

File outputDir = mojo.getReportOutputDirectory();

File useFile = (File) getVariableValueFromObject(mojo, "useFile");
if (useFile != null) {
assertTrue("Test useFile exists", useFile.exists());
Expand Down

0 comments on commit 83be0e3

Please sign in to comment.