We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2269f8c commit 725f5a6Copy full SHA for 725f5a6
pom.xml
@@ -693,6 +693,9 @@
693
<groupId>org.apache.maven.plugins</groupId>
694
<artifactId>maven-surefire-plugin</artifactId>
695
<configuration>
696
+ <systemPropertyVariables>
697
+ <java.util.logging.SimpleFormatter.format>%1$tY-%1$tm-%1$tdT%1$tH:%1$tM:%1$tS.%1$tL%1$tz %4$s %3$s %5$s%6$s%n</java.util.logging.SimpleFormatter.format>
698
+ </systemPropertyVariables>
699
<!-- Required for Apache arrow in the Snowflake (See https://arrow.apache.org/docs/java/install.html#java-compatibility) -->
700
<argLine>
701
@{argLine}
0 commit comments