#11 jdk11 support

This commit is contained in:
Penski, Andreas 2019-03-06 14:26:05 +01:00
parent 248f460500
commit 70149817bf
17 changed files with 391 additions and 149 deletions

View file

@ -135,7 +135,7 @@ public class CommandLineApplication {
printHelp(options);
}
}
return 0;
return returnValue;
}
private static int determinePort(CommandLine cmd) {