summaryrefslogtreecommitdiff
path: root/core/src/mill/modules/Jvm.scala
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/mill/modules/Jvm.scala')
-rw-r--r--core/src/mill/modules/Jvm.scala2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/src/mill/modules/Jvm.scala b/core/src/mill/modules/Jvm.scala
index fc1a1665..a22f0c77 100644
--- a/core/src/mill/modules/Jvm.scala
+++ b/core/src/mill/modules/Jvm.scala
@@ -164,7 +164,6 @@ object Jvm {
(implicit ctx: Ctx.DestCtx): PathRef = {
val outputPath = ctx.dest / "out.jar"
rm(outputPath)
- mkdir(outputPath/up)
val seen = mutable.Set.empty[RelPath]
seen.add("META-INF" / "MANIFEST.MF")
@@ -204,7 +203,6 @@ object Jvm {
rm(outputPath)
if(inputPaths.nonEmpty) {
- mkdir(outputPath/up)
val output = new FileOutputStream(outputPath.toIO)