mirror of https://github.com/sbt/sbt.git
Add back bootstrap JAR in CLI package
This commit is contained in:
parent
138d565187
commit
d066fd2c29
|
|
@ -170,7 +170,10 @@ lazy val cli = project
|
||||||
libraryDependencies ++= Seq(
|
libraryDependencies ++= Seq(
|
||||||
"com.github.alexarchambault" %% "case-app" % "1.0.0-SNAPSHOT",
|
"com.github.alexarchambault" %% "case-app" % "1.0.0-SNAPSHOT",
|
||||||
"ch.qos.logback" % "logback-classic" % "1.1.3"
|
"ch.qos.logback" % "logback-classic" % "1.1.3"
|
||||||
)
|
),
|
||||||
|
resourceGenerators in Compile += packageBin.in(bootstrap).in(Compile).map { jar =>
|
||||||
|
Seq(jar)
|
||||||
|
}.taskValue
|
||||||
)
|
)
|
||||||
|
|
||||||
lazy val web = project
|
lazy val web = project
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue