diff --git a/poi/build.gradle b/poi/build.gradle index 94cf7f8c67..8c8c3bd03a 100644 --- a/poi/build.gradle +++ b/poi/build.gradle @@ -169,6 +169,10 @@ artifacts { } test { + // use US locale for tests + systemProperty "user.language", "en" + systemProperty "user.country", "US" + dependsOn { testJar } systemProperties['junit.jupiter.execution.parallel.enabled'] = 'true'