Merge pull request #2108 from fkorotkov/javac-line-content

Line content from diagnostic classes if available
This commit is contained in:
Josh Suereth 2015-07-17 09:27:12 -04:00
commit fd4ea41f1b
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")