mirror of https://github.com/sbt/sbt.git
Clean dist
This commit is contained in:
parent
e4dae9a120
commit
8f0d61ec0d
|
|
@ -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" },
|
||||
|
|
|
|||
Loading…
Reference in New Issue