mirror of https://github.com/sbt/sbt.git
Delete bootDirectory in cleanFull
This commit is contained in:
parent
f8a8742dbe
commit
bbd24b5d44
|
|
@ -226,6 +226,13 @@ private[sbt] object Clean {
|
|||
case d: DiskActionCacheStore => d.clear()
|
||||
case _ => ()
|
||||
IO.delete(outputDirectory.toFile())
|
||||
IO.delete(
|
||||
s.configuration
|
||||
.provider()
|
||||
.scalaProvider()
|
||||
.launcher()
|
||||
.bootDirectory()
|
||||
)
|
||||
s
|
||||
Command.command(CleanFull, h)(expunge andThen clearCachesFun)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue