File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
maven-embedder/src/main/java/org/apache/maven/cli Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -63,12 +63,11 @@ public static String showVersion()
6363 properties .getProperty ( "distributionShortName" ) + " home: " + System .getProperty ( "maven.home" ,
6464 "<unknown Maven "
6565 + "home>" ) ) )
66- .append (
67- ls );
66+ .append ( ls );
6867 version .append ( "Java version: " ).append (
6968 System .getProperty ( "java.version" , "<unknown Java version>" ) ).append ( ", vendor: " ).append (
70- System .getProperty ( "java.vendor" , "<unknown vendor>" ) ).append ( ls );
71- version . append ( "Java home: " ). append ( System .getProperty ( "java.home" , "<unknown Java home >" ) ).append ( ls );
69+ System .getProperty ( "java.vendor" , "<unknown vendor>" ) ).append ( ", runtime: " ). append (
70+ System .getProperty ( "java.home" , "<unknown runtime >" ) ).append ( ls );
7271 version .append ( "Default locale: " ).append ( Locale .getDefault () ).append ( ", platform encoding: " ).append (
7372 System .getProperty ( "file.encoding" , "<unknown encoding>" ) ).append ( ls );
7473 version .append ( "OS name: \" " ).append ( Os .OS_NAME ).append ( "\" , version: \" " ).append ( Os .OS_VERSION ).append (
You can’t perform that action at this time.
0 commit comments