mirror of https://github.com/sbt/sbt.git
Fixed univeral jar so the class files are in the right location.
This commit is contained in:
parent
4094af8304
commit
a0cbb9e488
|
|
@ -140,7 +140,7 @@ object Packaging {
|
||||||
)},
|
)},
|
||||||
mappings in Universal <+= (compile in Compile, classDirectory in Compile) map { (c, d) =>
|
mappings in Universal <+= (compile in Compile, classDirectory in Compile) map { (c, d) =>
|
||||||
compile;
|
compile;
|
||||||
(d / "SbtJansiLaunch.class") -> "bin/SbtJansiLaunch.class"
|
(d / "SbtJansiLaunch.class") -> "bin/classes/SbtJansiLaunch.class"
|
||||||
}
|
}
|
||||||
// TODO - Adapt global `sbt`/`sbt-launch-lib` scripts for universal install...
|
// TODO - Adapt global `sbt`/`sbt-launch-lib` scripts for universal install...
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue