mirror of https://github.com/sbt/sbt.git
Fix compiler-project/semantic-errors
This commit is contained in:
parent
88f72b62d9
commit
c0da8561cb
|
|
@ -1,5 +1,3 @@
|
||||||
|
|
||||||
|
|
||||||
TaskKey[Unit]("checkJavaFailures") := {
|
TaskKey[Unit]("checkJavaFailures") := {
|
||||||
val reporter = savedReporter.value
|
val reporter = savedReporter.value
|
||||||
val ignore = (compile in Compile).failure.value
|
val ignore = (compile in Compile).failure.value
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,7 @@
|
||||||
package sbt
|
package sbt
|
||||||
|
|
||||||
import Keys._
|
import sbt.syntax._
|
||||||
|
import sbt.Keys._
|
||||||
import xsbti.{Position, Severity}
|
import xsbti.{Position, Severity}
|
||||||
|
|
||||||
object TestPlugin extends AutoPlugin {
|
object TestPlugin extends AutoPlugin {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue