Skip to content

Commit

Permalink
feat(build.sbt - javaOptions+ timeZone UTC) (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
Irenez753 authored May 14, 2020
1 parent 82bc20e commit b2a8c15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ resolvers ++= Seq(
)

fork := true
javaOptions in Test ++= Seq("-Dspark.master=local[*]")
javaOptions in Test ++= Seq("-Dspark.master=local[*]", "-Dspark.sql.session.timeZone=UTC", "-Duser.timezone=UTC")
scalacOptions += "-target:jvm-1.8"
javacOptions ++= Seq("-source", "1.8", "-target", "1.8")

Expand Down

0 comments on commit b2a8c15

Please sign in to comment.