This is an automated email from the ASF dual-hosted git repository.
vladimirsitnikov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/calcite.git
The following commit(s) were added to refs/heads/master by this push:
new d6a2d69 [CALCITE-4790] Make Gradle pass the 'user.timezone' property
to the test JVM (Alessandro Solimando)
d6a2d69 is described below
commit d6a2d69d33c466f7cb7d164f3db4e54771d31371
Author: Alessandro Solimando <[email protected]>
AuthorDate: Wed Sep 22 20:19:02 2021 +0200
[CALCITE-4790] Make Gradle pass the 'user.timezone' property to the test
JVM (Alessandro Solimando)
---
build.gradle.kts | 1 +
1 file changed, 1 insertion(+)
diff --git a/build.gradle.kts b/build.gradle.kts
index 138a391..af8cc78 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -718,6 +718,7 @@ allprojects {
passProperty("junit.jupiter.execution.timeout.default", "5 m")
passProperty("user.language", "TR")
passProperty("user.country", "tr")
+ passProperty("user.timezone", "UTC")
val props = System.getProperties()
for (e in props.propertyNames() as
`java.util`.Enumeration<String>) {
if (e.startsWith("calcite.") || e.startsWith("avatica.")) {