From 8f0d61ec0df51226329a6b65b5a0d2e64c98c684 Mon Sep 17 00:00:00 2001 From: Eugene Yokota Date: Sat, 11 Mar 2017 16:34:18 -0500 Subject: [PATCH] Clean dist --- build.sbt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build.sbt b/build.sbt index b8245ebfd..d554f90da 100644 --- a/build.sbt +++ b/build.sbt @@ -32,6 +32,10 @@ val root = (project in file(".")). packageName := "sbt", version := "0.1.0", crossTarget := target.value, + clean := { + val _ = (clean in dist).value + clean.value + }, publishToSettings, sbtLaunchJarUrl := downloadUrlForVersion(sbtVersionToRelease), sbtLaunchJarLocation := { target.value / "sbt-launch.jar" },