Skip to content

Commit

Permalink
do not force en_US in NativeImage driver
Browse files Browse the repository at this point in the history
  • Loading branch information
d-kozak committed Nov 5, 2021
1 parent 405b2f9 commit 4397715
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -795,7 +795,6 @@ private void prepareImageBuildArgs() {
if (!"0".equals(xmxVal)) {
addImageBuilderJavaArgs(oXmx + xmxVal);
}
addImageBuilderJavaArgs("-Duser.country=US", "-Duser.language=en");
/* Prevent JVM that runs the image builder to steal focus */
if (OS.getCurrent() != OS.WINDOWS || JavaVersionUtil.JAVA_SPEC > 8) {
/* Conditional because of https://bugs.openjdk.java.net/browse/JDK-8159956 */
Expand Down

0 comments on commit 4397715

Please sign in to comment.