mirror of https://github.com/sbt/sbt.git
[2.x] Delete bootDirectory in cleanFull (#9060)
This commit is contained in:
parent
f8a8742dbe
commit
7408fc93c7
|
|
@ -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