mirror of https://github.com/sbt/sbt.git
Remove an unused import
This commit is contained in:
parent
f3a6e9d0c1
commit
84052b2717
|
|
@ -43,7 +43,7 @@ object DefaultOptions {
|
|||
import Opts._
|
||||
import sbt.io.syntax._
|
||||
import BuildPaths.{ getGlobalBase, getGlobalSettingsDirectory }
|
||||
import Project.{ extract, richInitializeTask }
|
||||
import Project.extract
|
||||
import Def.Setting
|
||||
|
||||
def javac: Seq[String] = compile.encoding("UTF-8")
|
||||
|
|
|
|||
Loading…
Reference in New Issue