Line content from diagnostic classes if available

This commit is contained in:
fkorotkov 2015-07-15 14:49:12 -04:00
parent 0ff2e8fac7
commit 158856feaa
1 changed files with 1 additions and 1 deletions

View File

@ -573,7 +573,7 @@ lazy val safeUnitTests = taskKey[Unit]("Known working tests (for both 2.10 and 2
lazy val safeProjects: ScopeFilter = ScopeFilter(
inProjects(mainSettingsProj, mainProj, ivyProj, completeProj,
actionsProj, classpathProj, collectionProj, compileIncrementalProj,
logProj, runProj, stdTaskProj),
logProj, runProj, stdTaskProj, compilerProj),
inConfigurations(Test)
)
lazy val otherUnitTests = taskKey[Unit]("Unit test other projects")