Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
antonsviridov-src committed Aug 8, 2024
1 parent c931481 commit 15a9669
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,7 @@ public void execute() throws MojoExecutionException, MojoFailureException {
writer.write(builder.toString());
}
} catch (IOException e) {
throw new MojoFailureException(
"Failed to write dependencies to file " + dependenciesFile, e);
throw new MojoFailureException("Failed to write dependencies to file " + dependenciesFile, e);
}

getLog().info("Dependencies were written to " + dependenciesFile.toAbsolutePath());
Expand Down

0 comments on commit 15a9669

Please sign in to comment.