Skip to content

Commit

Permalink
Remove redudant newline
Browse files Browse the repository at this point in the history
  • Loading branch information
dnestoro committed May 23, 2024
1 parent 6a419c6 commit 8be17a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ public static Path getNativeImage(Logger logger) throws MojoExecutionException {
}

if (nativeImage == null) {
throw new RuntimeException("The 'native-image' tool was not found on your system. " + System.lineSeparator() +
throw new RuntimeException("The 'native-image' tool was not found on your system. " +
"Make sure that the JAVA_HOME or GRAALVM_HOME environment variables point to a GraalVM JDK, or that 'native-image' is on the system path.");
}

Expand Down

0 comments on commit 8be17a9

Please sign in to comment.