mirror of https://github.com/sbt/sbt.git
Merge pull request #2108 from fkorotkov/javac-line-content
Line content from diagnostic classes if available
This commit is contained in:
commit
fd4ea41f1b
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in New Issue