We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfa6bdf commit 98e600bCopy full SHA for 98e600b
project/SparkBuild.scala
@@ -151,7 +151,7 @@ object SparkBuild extends PomBuild {
151
if (major.toInt >= 1 && minor.toInt >= 8) Seq("-Xdoclint:all", "-Xdoclint:-missing") else Seq.empty
152
},
153
154
- javacOptions in (Compile, doc) += "-encoding UTF-8"
+ javacOptions in Compile += "-encoding UTF-8"
155
)
156
157
def enable(settings: Seq[Setting[_]])(projectRef: ProjectRef) = {
0 commit comments