Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 516e740

Browse files
dnestorofniephaus
andauthored
Remove newline to be consistent
Co-authored-by: Fabio Niephaus <[email protected]>
1 parent 5be4410 commit 516e740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

native-maven-plugin/src/main/java/org/graalvm/buildtools/utils/NativeImageConfigurationUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ public static Path getNativeImage(Logger logger) throws MojoExecutionException {
128128
}
129129

130130
if (nativeImage == null) {
131-
throw new RuntimeException("The 'native-image' tool was not found on your system. " + System.lineSeparator() +
131+
throw new RuntimeException("The 'native-image' tool was not found on your system. " +
132132
"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.");
133133
}
134134

0 commit comments

Comments
 (0)