Skip to content

Commit

Permalink
Another try with encoding setting ..
Browse files Browse the repository at this point in the history
  • Loading branch information
rxin committed Jun 11, 2015
1 parent cfa6bdf commit 98e600b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/SparkBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ object SparkBuild extends PomBuild {
if (major.toInt >= 1 && minor.toInt >= 8) Seq("-Xdoclint:all", "-Xdoclint:-missing") else Seq.empty
},

javacOptions in (Compile, doc) += "-encoding UTF-8"
javacOptions in Compile += "-encoding UTF-8"
)

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

0 comments on commit 98e600b

Please sign in to comment.