Skip to content

Commit 562dc6e

Browse files
committed
Flag...
1 parent 98e600b commit 562dc6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/SparkBuild.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ object SparkBuild extends PomBuild {
151151
if (major.toInt >= 1 && minor.toInt >= 8) Seq("-Xdoclint:all", "-Xdoclint:-missing") else Seq.empty
152152
},
153153

154-
javacOptions in Compile += "-encoding UTF-8"
154+
javacOptions in Compile ++= Seq("-encoding", "UTF-8")
155155
)
156156

157157
def enable(settings: Seq[Setting[_]])(projectRef: ProjectRef) = {

0 commit comments

Comments
 (0)