mirror of https://github.com/sbt/sbt.git
Remove comment per review
This commit is contained in:
parent
d437e8299e
commit
a322684cb7
|
|
@ -297,8 +297,6 @@ def fullDocSettings = Util.baseScalacOptions ++ Docs.settings ++ Sxr.settings ++
|
|||
dependencyClasspath in (Compile, doc) := (fullClasspath in sxr).value
|
||||
)
|
||||
|
||||
/* Nested Projproject paths */
|
||||
|
||||
lazy val safeUnitTests = taskKey[Unit]("Known working tests (for both 2.10 and 2.11)")
|
||||
lazy val safeProjects: ScopeFilter = ScopeFilter(
|
||||
inProjects(mainSettingsProj, mainProj,
|
||||
|
|
|
|||
Loading…
Reference in New Issue