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 2802a8e commit 3e50376Copy full SHA for 3e50376
build.sbt
@@ -37,9 +37,10 @@ lazy val sharedSettings = Seq(
37
"-doc-title", name.value,
38
"-doc-version", (if ("-SNAPSHOT" == version.value) {"SNAPSHOT"} else {version.value}),
39
"-doc-root-content", ((Compile / scalaSource).value / "rootdoc.md").toString,
40
+ "-doc-source-url", s"https://github.com/${githubId}/tree/${if (version.value.endsWith("-SNAPSHOT")) {git.gitHeadCommit.value.get} else {version.value}}€{FILE_PATH}.scala",
41
"-implicits",
42
"-groups",
- "-sourcepath", baseDirectory.value.toString,
43
+ "-sourcepath", baseDirectory.value.getParentFile.getParentFile.getParentFile.toString,
44
)
45
case _ => Seq(
46
0 commit comments