Skip to content

Commit

Permalink
spotless apply
Browse files Browse the repository at this point in the history
  • Loading branch information
evanchooly committed Aug 30, 2023
1 parent 1afde9f commit cbd3322
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@ class GradleInvocationMojo : AbstractMojo() {

if (execute.exitValue != 0) {
if (log) {
throw MojoExecutionException("gradle run failed. check logs in ${File(project.basedir, "build/graven").absolutePath}")
throw MojoExecutionException(
"gradle run failed. check logs in ${File(project.basedir, "build/graven").absolutePath}"
)
} else {
throw MojoExecutionException(
"gradle run failed. enabling logging to see the gradle output."
Expand Down

0 comments on commit cbd3322

Please sign in to comment.