Skip to content

Commit

Permalink
doc config (apache#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
robert3005 authored Sep 23, 2016
1 parent 1fbb38a commit 40187d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion project/SparkBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,8 @@ object SparkBuild extends PomBuild {
.orElse(sys.props.get("java.home").map { p => new File(p).getParentFile().getAbsolutePath() })
.map(file),
incOptions := incOptions.value.withNameHashing(true),
// unidocGenjavadocVersion := "0.10",
unidocGenjavadocVersion := "0.10",

git.useGitDescribe := true,
useJGit,
version := {
Expand Down

0 comments on commit 40187d6

Please sign in to comment.